1 write to MaxHttpRequestsPerSource
NuGet.Configuration (1)
PackageSource\PackageSourceProvider.cs (1)
239MaxHttpRequestsPerSource = SettingsUtility.GetMaxHttpRequest(settings)
2 references to MaxHttpRequestsPerSource
NuGet.Protocol (2)
HttpSource\HttpSourceResourceProvider.cs (2)
55else if (source.PackageSource.MaxHttpRequestsPerSource > 0) 57throttle = SemaphoreSlimThrottle.CreateSemaphoreThrottle(source.PackageSource.MaxHttpRequestsPerSource);