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