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