1 write to Throttle
NuGet.Build.Tasks (1)
BuildTasksUtility.cs (1)
246
HttpSourceResourceProvider.
Throttle
= SemaphoreSlimThrottle.CreateBinarySemaphore();
2 references to Throttle
NuGet.Protocol (2)
HttpSource\HttpSourceResourceProvider.cs (2)
51
if (
Throttle
!= null)
53
throttle =
Throttle
;