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