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