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