3 instantiations of GraphNodeStackState
NuGet.DependencyResolver.Core (3)
Remote\RemoteDependencyWalker.cs (3)
111
stackStates.Push(new
GraphNodeStackState
(
235
stackStates.Push(new
GraphNodeStackState
(
246
stackStates.Push(new
GraphNodeStackState
(
2 references to GraphNodeStackState
NuGet.DependencyResolver.Core (2)
Remote\RemoteDependencyWalker.cs (2)
83
var stackStates = new Stack<
GraphNodeStackState
>();
120
GraphNodeStackState
currentState = stackStates.Pop();