2 references to DependencyNode
NuGet.Commands (2)
RestoreCommand\Utility\IncludeFlagUtils.cs (2)
112
node = new
DependencyNode
(root.Item, typeIntersection);
173
var childNode = new
DependencyNode
(child, typeIntersection);