1 instantiation of HttpSourceResourceProvider
NuGet.Protocol (1)
Repository.cs (1)
63
yield return new Lazy<INuGetResourceProvider>(() => new
HttpSourceResourceProvider
());
1 reference to HttpSourceResourceProvider
NuGet.Build.Tasks (1)
BuildTasksUtility.cs (1)
246
HttpSourceResourceProvider
.Throttle = SemaphoreSlimThrottle.CreateBinarySemaphore();