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