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