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