1 instantiation of DependencyList
System.Data (1)
fx\src\data\System\Data\SqlClient\SqlDependencyUtils.cs (1)
207DependencyList dependencyList = new DependencyList(commandHash);
7 references to DependencyList
System.Data (7)
fx\src\data\System\Data\SqlClient\SqlDependencyUtils.cs (7)
55private Dictionary<string, DependencyList> _notificationIdToDependenciesHash; 101_notificationIdToDependenciesHash = new Dictionary<string, DependencyList>(); 177DependencyList dependencyList = null; 207DependencyList dependencyList = new DependencyList(commandHash); 387DependencyList entry = null; 424foreach (KeyValuePair<string, DependencyList> entry in _notificationIdToDependenciesHash) { 425DependencyList dependencies = entry.Value;