1 write to _semaphore
NuGet.Protocol (1)
HttpSource\SemaphoreSlimThrottle.cs (1)
21_semaphore = semaphore ?? throw new ArgumentNullException(nameof(semaphore));
3 references to _semaphore
NuGet.Protocol (3)
HttpSource\SemaphoreSlimThrottle.cs (3)
17public int CurrentCount => _semaphore.CurrentCount; 26await _semaphore.WaitAsync(); 31_semaphore.Release();