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