1 instantiation of SqlConnectionContainerHashHelper
System.Data (1)
fx\src\data\System\Data\SqlClient\SqlDependencyListener.cs (1)
1332return new SqlConnectionContainerHashHelper(identity, connectionStringBuilder.ConnectionString,
14 references to SqlConnectionContainerHashHelper
System.Data (14)
fx\src\data\System\Data\SqlClient\SqlDependencyListener.cs (14)
49private SqlConnectionContainerHashHelper _hashHelper; 87internal SqlConnectionContainer(SqlConnectionContainerHashHelper hashHelper, string appDomainKey, bool useDefaults) { 229internal SqlConnectionContainerHashHelper HashHelper { 1163SqlConnectionContainerHashHelper temp = (SqlConnectionContainerHashHelper) value; 1234private Dictionary<SqlConnectionContainerHashHelper, SqlConnectionContainer> _connectionContainers; // NT_ID+ConStr+Service->Container 1263_connectionContainers = new Dictionary<SqlConnectionContainerHashHelper, SqlConnectionContainer>(); 1302private static SqlConnectionContainerHashHelper GetHashHelper( string connectionString, 1394List<SqlConnectionContainerHashHelper> containersToRemove = new List<SqlConnectionContainerHashHelper>(); 1396foreach (KeyValuePair<SqlConnectionContainerHashHelper, SqlConnectionContainer> entry in _connectionContainers) { 1403foreach (SqlConnectionContainerHashHelper hashHelper in containersToRemove) { 1495SqlConnectionContainerHashHelper hashHelper = GetHashHelper( connectionString, 1568SqlConnectionContainerHashHelper hashHelper = GetHashHelper( connectionString,