2 writes to Node
NuGet.CommandLine.XPlat (2)
Commands\Why\DependencyGraphPrinter.cs (2)
70
Node
= node,
89
Node
= child,
3 references to Node
NuGet.CommandLine.XPlat (3)
Commands\Why\DependencyGraphPrinter.cs (3)
80
var treeNodeText = GetNodeText(current.
Node
, targetPackage, dotnetVersionChecker);
83
if (current.
Node
.Children?.Count > 0)
85
foreach (var child in current.
Node
.Children.OrderByDescending(c => c.Id, StringComparer.OrdinalIgnoreCase))