1 write to _properties
System.Web (1)
Configuration\ProfileSection.cs (1)
125_properties = new ConfigurationPropertyCollection();
7 references to _properties
System.Web (7)
Configuration\ProfileSection.cs (7)
126_properties.Add(_propEnabled); 127_properties.Add(_propDefaultProvider); 128_properties.Add(_propProviders); 129_properties.Add(_propProfile); 130_properties.Add(_propInherits); 131_properties.Add(_propAutomaticSaveEnabled); 178return _properties;