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