3 references to s_propKey
System.Configuration.ConfigurationManager (3)
System\Configuration\KeyValueConfigurationElement.cs (3)
15
private static readonly ConfigurationPropertyCollection s_properties = new ConfigurationPropertyCollection {
s_propKey
, s_propValue };
34
public string Key => (string)base[
s_propKey
];
53
base[
s_propKey
] = _initKey;