1 write to _throttle
NuGet.Protocol (1)
RemotePackageArchiveDownloader.cs (1)
269_throttle = throttle;
3 references to _throttle
NuGet.Protocol (3)
RemotePackageArchiveDownloader.cs (3)
168if (_throttle != null) 170await _throttle.WaitAsync(cancellationToken); 204_throttle?.Release();