2 references to s_propConnectionStrings
System.Configuration.ConfigurationManager (2)
System\Configuration\ConnectionStringsSection.cs (2)
12
private static readonly ConfigurationPropertyCollection s_properties = new ConfigurationPropertyCollection {
s_propConnectionStrings
};
18
=> (ConnectionStringSettingsCollection)base[
s_propConnectionStrings
];