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