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(); 85await _semaphore.WaitAsync(cancellationToken); 147_semaphore.Release();