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