1 instantiation of CopyCandidate
Microsoft.NET.Sdk.StaticWebAssets.Tasks (1)
DefineStaticWebAssets.Cache.cs (1)
136
var copyCandidate = new
CopyCandidate
(identity, targetPath);
3 references to CopyCandidate
Microsoft.NET.Sdk.StaticWebAssets.Tasks (3)
DefineStaticWebAssets.Cache.cs (3)
93
public Dictionary<string,
CopyCandidate
> CachedCopyCandidates { get; set; } = [];
136
var
copyCandidate = new CopyCandidate(identity, targetPath);
215
if (CachedCopyCandidates.TryGetValue(hash, out
var
copyCandidate))