1 write to properties
System (1)
net\System\Net\Configuration\SchemeSettingElement.cs (1)
21properties = new ConfigurationPropertyCollection();
3 references to properties
System (3)
net\System\Net\Configuration\SchemeSettingElement.cs (3)
22properties.Add(name); 23properties.Add(genericUriParserOptions); 42get { return properties; }