3 references to s_propValue
System.Configuration.ConfigurationManager (3)
System\Configuration\SettingElement.cs (3)
25private static readonly ConfigurationPropertyCollection s_properties = new ConfigurationPropertyCollection() { s_propName, s_propSerializeAs, s_propValue }; 95return (SettingValueElement)base[s_propValue]; 99base[s_propValue] = value;