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