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