1 instantiation of NullThrottle
NuGet.Protocol (1)
HttpSource\NullThrottle.cs (1)
14private static readonly NullThrottle _instance = new NullThrottle();
4 references to NullThrottle
NuGet.Protocol (4)
HttpSource\HttpSource.cs (1)
438return Create(source, NullThrottle.Instance);
HttpSource\HttpSourceResourceProvider.cs (1)
49IThrottle throttle = NullThrottle.Instance;
HttpSource\NullThrottle.cs (2)
14private static readonly NullThrottle _instance = new NullThrottle(); 16public static NullThrottle Instance