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