1 write to _semaphore
NuGet.Protocol (1)
Plugins\AutomaticProgressReporter.cs (1)
35_semaphore = new SemaphoreSlim(initialCount: 1, maxCount: 1);
4 references to _semaphore
NuGet.Protocol (4)
Plugins\AutomaticProgressReporter.cs (4)
48_semaphore.Wait(_cancellationToken); 88_semaphore.Dispose(); 151_semaphore.Wait(_cancellationToken); 190_semaphore.Release();