2 references to CreateSemaphoreThrottle
NuGet.Protocol (2)
HttpSource\HttpSourceResourceProvider.cs (1)
57
throttle = SemaphoreSlimThrottle.
CreateSemaphoreThrottle
(source.PackageSource.MaxHttpRequestsPerSource);
HttpSource\SemaphoreSlimThrottle.cs (1)
36
return
CreateSemaphoreThrottle
(initialCount: 1);