1 write to _getFilesSemaphore
NuGet.Protocol (1)
Plugins\PluginPackageReader.cs (1)
71_getFilesSemaphore = new SemaphoreSlim(initialCount: 1, maxCount: 1);
3 references to _getFilesSemaphore
NuGet.Protocol (3)
Plugins\PluginPackageReader.cs (3)
151await _getFilesSemaphore.WaitAsync(cancellationToken); 164_getFilesSemaphore.Release(); 979_getFilesSemaphore.Dispose();