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