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