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