1 write to _properties
System.Web (1)
Configuration\ProfilePropertySettings.cs (1)
66_properties = new ConfigurationPropertyCollection();
9 references to _properties
System.Web (9)
Configuration\ProfilePropertySettings.cs (9)
67_properties.Add(_propName); 68_properties.Add(_propReadOnly); 69_properties.Add(_propSerializeAs); 70_properties.Add(_propProviderName); 71_properties.Add(_propDefaultValue); 72_properties.Add(_propType); 73_properties.Add(_propAllowAnonymous); 74_properties.Add(_propCustomProviderData); 102return _properties;