2 instantiations of ProfileParameter
System.Web (2)
UI\WebControls\ParameterCollection.cs (1)
153return new ProfileParameter();
UI\WebControls\ProfileParameter.cs (1)
94return new ProfileParameter(this);
2 references to ProfileParameter
System.Web (2)
UI\WebControls\ParameterCollection.cs (1)
41typeof(ProfileParameter),
UI\WebControls\ProfileParameter.cs (1)
60protected ProfileParameter(ProfileParameter original) : base(original) {