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