1 write to _getFilesSemaphore
NuGet.Protocol (1)
Plugins\PluginPackageReader.cs (1)
69_getFilesSemaphore = new SemaphoreSlim(initialCount: 1, maxCount: 1);
3 references to _getFilesSemaphore
NuGet.Protocol (3)
Plugins\PluginPackageReader.cs (3)
149await _getFilesSemaphore.WaitAsync(cancellationToken); 162_getFilesSemaphore.Release(); 977_getFilesSemaphore.Dispose();