1 write to _commandHashToNotificationId
System.Data (1)
fx\src\data\System\Data\SqlClient\SqlDependencyUtils.cs (1)
102
_commandHashToNotificationId
= new Dictionary<string, string>();
7 references to _commandHashToNotificationId
System.Data (7)
fx\src\data\System\Data\SqlClient\SqlDependencyUtils.cs (7)
174
if (
_commandHashToNotificationId
.TryGetValue(commandHash, out notificationId)) {
214
_commandHashToNotificationId
.Add(commandHash, notificationId);
220
Debug.Assert(_notificationIdToDependenciesHash.Count ==
_commandHashToNotificationId
.Count, "always keep these maps in sync!");
398
_commandHashToNotificationId
.Remove(entry.CommandHash);
405
Debug.Assert(_notificationIdToDependenciesHash.Count ==
_commandHashToNotificationId
.Count, "always keep these maps in sync!");
447
_commandHashToNotificationId
.Remove(commandHashesToRemove[i]);
451
Debug.Assert(_notificationIdToDependenciesHash.Count ==
_commandHashToNotificationId
.Count, "always keep these maps in sync!");