1 instantiation of CacheKey
Microsoft.NET.Build.Tasks (1)
GetPackagesToPrune.cs (1)
155CacheKey key = new()
3 references to CacheKey
Microsoft.NET.Build.Tasks (3)
GetPackagesToPrune.cs (3)
76public override bool Equals(object obj) => obj is CacheKey key && 155CacheKey key = new() 179static TaskItem[] LoadPackagesToPrune(CacheKey key, AbsolutePath[] targetingPackRoots, AbsolutePath prunePackageDataRoot, Logger log, bool allowMissingPrunePackageData)