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