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