2 references to DependencyGraphItemQueueSize
NuGet.Commands (2)
RestoreCommand\DependencyGraphResolver.cs (2)
940Queue<DependencyGraphItem> dependencyGraphItemQueue = new(DependencyGraphItemQueueSize); 1162Queue<DependencyGraphItem> newDependencyGraphItemQueue = new(DependencyGraphItemQueueSize);