2 writes to Throttle
NuGet.Build.Tasks (1)
BuildTasksUtility.cs (1)
231
HttpSourceResourceProvider.
Throttle
= SemaphoreSlimThrottle.CreateBinarySemaphore();
NuGet.Protocol (1)
HttpSource\HttpSourceResourceProvider.cs (1)
42
internal static void ResetThrottle() =>
Throttle
= null;
2 references to Throttle
NuGet.Protocol (2)
HttpSource\HttpSourceResourceProvider.cs (2)
61
if (
Throttle
!= null)
63
throttle =
Throttle
;