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)
149
await
_getFilesSemaphore
.WaitAsync(cancellationToken);
162
_getFilesSemaphore
.Release();
977
_getFilesSemaphore
.Dispose();