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