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