3 references to s_propProviderName
System.Configuration.ConfigurationManager (3)
System\Configuration\ConnectionStringSettings.cs (3)
19private static readonly ConfigurationPropertyCollection s_properties = new ConfigurationPropertyCollection { s_propName, s_propConnectionString, s_propProviderName }; 60get { return (string)base[s_propProviderName]; } 61set { base[s_propProviderName] = value; }