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