1 write to _throttle
NuGet.Protocol (1)
HttpSource\HttpSource.cs (1)
61
_throttle
= throttle;
3 references to _throttle
NuGet.Protocol (3)
HttpSource\HttpSource.cs (3)
352
await
_throttle
.WaitAsync();
364
_throttle
.Release();
368
return new ThrottledResponse(
_throttle
, response);