1 write to _semaphore
NuGet.Protocol (1)
Plugins\PluginDiscoverer.cs (1)
49
_semaphore
= new SemaphoreSlim(initialCount: 1, maxCount: 1);
3 references to _semaphore
NuGet.Protocol (3)
Plugins\PluginDiscoverer.cs (3)
62
_semaphore
.Dispose();
87
await
_semaphore
.WaitAsync(cancellationToken);
145
_semaphore
.Release();