4 references to s_propValue
System.Configuration.ConfigurationManager (4)
System\Configuration\NameValueConfigurationElement.cs (4)
14private static readonly ConfigurationPropertyCollection s_properties = new ConfigurationPropertyCollection { s_propName, s_propValue }; 21base[s_propValue] = value; 32get { return (string)base[s_propValue]; } 33set { base[s_propValue] = value; }