1 instantiation of DependencyInfoResourceV3Provider
NuGet.Protocol (1)
Repository.cs (1)
48
yield return new Lazy<INuGetResourceProvider>(() => new
DependencyInfoResourceV3Provider
());
1 reference to DependencyInfoResourceV3Provider
NuGet.Protocol (1)
Providers\DependencyInfoResourceV3Provider.cs (1)
19
: base(typeof(DependencyInfoResource), nameof(
DependencyInfoResourceV3Provider
), "DependencyInfoResourceV2FeedProvider")