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