5 references to CacheKey
Microsoft.NET.Build.Tasks (1)
ResolveTargetingPackAssets.cs (1)
59
string cacheKey = inputs.
CacheKey
();
Microsoft.NET.Build.Tasks.UnitTests (4)
GivenAResolveTargetingPackAssetsTask.cs (4)
193
oldHash = task.GetInputs().
CacheKey
();
224
string newHash = task.GetInputs().
CacheKey
();
316
seenKeys.Add(defaultObject.
CacheKey
());
320
string newKey = permutation.Inputs.
CacheKey
();