2 instantiations of DependencyNode
NuGet.Commands (2)
RestoreCommand\Utility\IncludeFlagUtils.cs (2)
112
node = new
DependencyNode
(root.Item, typeIntersection);
173
var childNode = new
DependencyNode
(child, typeIntersection);
3 references to DependencyNode
NuGet.Commands (3)
RestoreCommand\Utility\IncludeFlagUtils.cs (3)
81
var nodeQueue = new Queue<
DependencyNode
>(1);
82
DependencyNode
node = null;
173
var
childNode = new DependencyNode(child, typeIntersection);