2 instantiations of GatherSingleCacheKey
NuGet.PackageManagement (2)
Resolution\GatherCache.cs (2)
40var key = new GatherSingleCacheKey(identity, source, framework); 67var key = new GatherSingleCacheKey(package, source, framework);
7 references to GatherSingleCacheKey
NuGet.PackageManagement (7)
Resolution\GatherCache.cs (7)
24private readonly ConcurrentDictionary<GatherSingleCacheKey, SourcePackageDependencyInfo> _singleVersion 25= new ConcurrentDictionary<GatherSingleCacheKey, SourcePackageDependencyInfo>(); 40var key = new GatherSingleCacheKey(identity, source, framework); 67var key = new GatherSingleCacheKey(package, source, framework); 121private class GatherSingleCacheKey : IEquatable<GatherSingleCacheKey> 139public bool Equals(GatherSingleCacheKey other) 158return Equals(obj as GatherSingleCacheKey);