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