1 write to _throttle
NuGet.Protocol (1)
RemotePackageArchiveDownloader.cs (1)
266_throttle = throttle;
3 references to _throttle
NuGet.Protocol (3)
RemotePackageArchiveDownloader.cs (3)
165if (_throttle != null) 167await _throttle.WaitAsync(cancellationToken); 201_throttle?.Release();