2 instantiations of GatherAllCacheKey
NuGet.PackageManagement (2)
Resolution\GatherCache.cs (2)
54var key = new GatherAllCacheKey(packageId, source, framework); 109var key = new GatherAllCacheKey(packageId, source, framework);
7 references to GatherAllCacheKey
NuGet.PackageManagement (7)
Resolution\GatherCache.cs (7)
28private readonly ConcurrentDictionary<GatherAllCacheKey, List<SourcePackageDependencyInfo>> _allPackageVersions 29= new ConcurrentDictionary<GatherAllCacheKey, List<SourcePackageDependencyInfo>>(); 54var key = new GatherAllCacheKey(packageId, source, framework); 109var key = new GatherAllCacheKey(packageId, source, framework); 176private class GatherAllCacheKey : IEquatable<GatherAllCacheKey> 192public bool Equals(GatherAllCacheKey other) 211return Equals(obj as GatherAllCacheKey);