1 instantiation of SqlConnectionContainer
System.Data (1)
fx\src\data\System\Data\SqlClient\SqlDependencyListener.cs (1)
1511container = new SqlConnectionContainer(hashHelper, appDomainKey, useDefaults);
6 references to SqlConnectionContainer
System.Data (6)
fx\src\data\System\Data\SqlClient\SqlDependencyListener.cs (6)
1234private Dictionary<SqlConnectionContainerHashHelper, SqlConnectionContainer> _connectionContainers; // NT_ID+ConStr+Service->Container 1263_connectionContainers = new Dictionary<SqlConnectionContainerHashHelper, SqlConnectionContainer>(); 1396foreach (KeyValuePair<SqlConnectionContainerHashHelper, SqlConnectionContainer> entry in _connectionContainers) { 1397SqlConnectionContainer container = entry.Value; 1507SqlConnectionContainer container = null; 1582SqlConnectionContainer container = _connectionContainers[hashHelper];