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