13 references to _throttle
NuGet.Commands (13)
RestoreCommand\SourceRepositoryDependencyProvider.cs (13)
258
if (
_throttle
!= null)
260
await
_throttle
.WaitAsync(cancellationToken);
272
_throttle
?.Release();
391
if (
_throttle
!= null)
393
await
_throttle
.WaitAsync(cancellationToken);
420
_throttle
?.Release();
489
if (
_throttle
!= null)
491
await
_throttle
.WaitAsync(cancellationToken);
504
packageDownloader.SetThrottle(
_throttle
);
539
_throttle
?.Release();
660
if (
_throttle
!= null)
662
await
_throttle
.WaitAsync(cancellationToken);
688
_throttle
?.Release();