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();