1 write to _properties
System.Web (1)
Configuration\ProtocolsSection.cs (1)
180_properties = new ConfigurationPropertyCollection();
5 references to _properties
System.Web (5)
Configuration\ProtocolsSection.cs (5)
181_properties.Add( _propName ); 182_properties.Add( _propProcessHandlerType ); 183_properties.Add( _propAppDomainHandlerType ); 184_properties.Add( _propValidate ); 205return _properties;