3 references to s_propValue
System.Configuration.ConfigurationManager (3)
System\Configuration\KeyValueConfigurationElement.cs (3)
15
private static readonly ConfigurationPropertyCollection s_properties = new ConfigurationPropertyCollection { s_propKey,
s_propValue
};
39
get { return (string)base[
s_propValue
]; }
40
set { base[
s_propValue
] = value; }