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