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)
174if (_commandHashToNotificationId.TryGetValue(commandHash, out notificationId)) { 214_commandHashToNotificationId.Add(commandHash, notificationId); 220Debug.Assert(_notificationIdToDependenciesHash.Count == _commandHashToNotificationId.Count, "always keep these maps in sync!"); 398_commandHashToNotificationId.Remove(entry.CommandHash); 405Debug.Assert(_notificationIdToDependenciesHash.Count == _commandHashToNotificationId.Count, "always keep these maps in sync!"); 447_commandHashToNotificationId.Remove(commandHashesToRemove[i]); 451Debug.Assert(_notificationIdToDependenciesHash.Count == _commandHashToNotificationId.Count, "always keep these maps in sync!");