1 write to _semaphore
NuGet.Protocol (1)
Plugins\PluginDiscoverer.cs (1)
47
_semaphore
= new SemaphoreSlim(initialCount: 1, maxCount: 1);
3 references to _semaphore
NuGet.Protocol (3)
Plugins\PluginDiscoverer.cs (3)
60
_semaphore
.Dispose();
85
await
_semaphore
.WaitAsync(cancellationToken);
147
_semaphore
.Release();