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