1 write to name
System (1)
net\System\Net\Configuration\SchemeSettingElement.cs (1)
14name = new ConfigurationProperty(CommonConfigurationStrings.SchemeName, typeof(string), null,
2 references to name
System (2)
net\System\Net\Configuration\SchemeSettingElement.cs (2)
22properties.Add(name); 30get { return (string)this[name]; }