3 references to s_propDefaultProvider
System.Configuration.ConfigurationManager (3)
System\Configuration\ProtectedConfigurationSection.cs (3)
28
private static readonly ConfigurationPropertyCollection s_properties = new ConfigurationPropertyCollection { s_propProviders,
s_propDefaultProvider
};
42
get { return (string)base[
s_propDefaultProvider
]; }
43
set { base[
s_propDefaultProvider
] = value; }