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)
151
await
_getFilesSemaphore
.WaitAsync(cancellationToken);
164
_getFilesSemaphore
.Release();
979
_getFilesSemaphore
.Dispose();