2 instantiations of StackOutputData
NuGet.CommandLine.XPlat (2)
Commands\Why\DependencyGraphPrinter.cs (2)
68
stack.Push(new
StackOutputData
87
stack.Push(new
StackOutputData
2 references to StackOutputData
NuGet.CommandLine.XPlat (2)
Commands\Why\DependencyGraphPrinter.cs (2)
63
var stack = new Stack<
StackOutputData
>();
78
var
current = stack.Pop();