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