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