13 references to _throttle
NuGet.Commands (13)
RestoreCommand\SourceRepositoryDependencyProvider.cs (13)
247if (_throttle != null) 249await _throttle.WaitAsync(cancellationToken); 261_throttle?.Release(); 364if (_throttle != null) 366await _throttle.WaitAsync(cancellationToken); 393_throttle?.Release(); 462if (_throttle != null) 464await _throttle.WaitAsync(cancellationToken); 477packageDownloader.SetThrottle(_throttle); 512_throttle?.Release(); 633if (_throttle != null) 635await _throttle.WaitAsync(cancellationToken); 661_throttle?.Release();