2 references to s_name
System.Configuration.ConfigurationManager (2)
System\Configuration\SchemeSettingElement.cs (2)
13
private static readonly ConfigurationPropertyCollection s_properties = new ConfigurationPropertyCollection() {
s_name
, s_genericUriParserOptions };
19
get { return (string)this[
s_name
]; }