1 write to _semaphore
NuGet.Protocol (1)
Plugins\AutomaticProgressReporter.cs (1)
33_semaphore = new SemaphoreSlim(initialCount: 1, maxCount: 1);
4 references to _semaphore
NuGet.Protocol (4)
Plugins\AutomaticProgressReporter.cs (4)
46_semaphore.Wait(_cancellationToken); 86_semaphore.Dispose(); 149_semaphore.Wait(_cancellationToken); 188_semaphore.Release();