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