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