6 references to CachedCopyCandidates
Microsoft.NET.Sdk.StaticWebAssets.Tasks (5)
DefineStaticWebAssets.Cache.cs (5)
140CachedCopyCandidates[hash] = copyCandidate; 169CachedCopyCandidates.Clear(); 192foreach (var cachedCopyCandidate in CachedCopyCandidates) 215if (CachedCopyCandidates.TryGetValue(hash, out var copyCandidate)) 228CachedCopyCandidates.Remove(hash);
Microsoft.NET.Sdk.StaticWebAssets.Tests (1)
StaticWebAssets\DiscoverStaticWebAssetsTest.cs (1)
609Assert.Empty(cache.CachedCopyCandidates);