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