2 instantiations of GatherCache
NuGet.PackageManagement (2)
Context\ResolutionContext.cs (2)
25gatherCache: new GatherCache(), 42new GatherCache(),
3 references to GatherCache
NuGet.PackageManagement (3)
Context\ResolutionContext.cs (2)
55GatherCache gatherCache, 96public GatherCache GatherCache { get; }
Resolution\ResolverGather.cs (1)
29private readonly GatherCache _cache;