1 write to MaxDegreeOfConcurrency
NuGet.Commands (1)
RestoreCommand\ProjectRestoreRequest.cs (1)
23MaxDegreeOfConcurrency = request.MaxDegreeOfConcurrency;
1 reference to MaxDegreeOfConcurrency
NuGet.Commands (1)
RestoreCommand\ProjectRestoreCommand.cs (1)
365var threadCount = Math.Min(packagesToInstall.Count, _request.MaxDegreeOfConcurrency);