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