2 writes to s_Properties
System.Web (2)
Profile\HttpProfileBase.cs (2)
393
s_Properties
= new SettingsPropertyCollection();
477
s_Properties
= new SettingsPropertyCollection();
9 references to s_Properties
System.Web (9)
Profile\HttpProfileBase.cs (9)
69
SettingsProperty p =
s_Properties
[propertyName];
121
base.Initialize(sc,
s_Properties
, ProfileManager.Providers);
189
if (
s_Properties
.Count == 0) {
204
return
s_Properties
;
456
s_Properties
.Add(sp);
476
if (
s_Properties
== null)
479
s_Properties
.SetReadOnly();
491
if (baseType != typeof(ProfileBase) &&
s_Properties
[name] != null)
524
s_Properties
.Add(sp);