3 references to _noShadowCopyCache
Microsoft.CodeAnalysis.Scripting (3)
Hosting\AssemblyLoader\MetadataShadowCopyProvider.cs (3)
242
if (
_noShadowCopyCache
.TryGetValue(key, out existing))
264
if (
_noShadowCopyCache
.TryGetValue(key, out existing))
271
_noShadowCopyCache
.Add(key, new CacheEntry<Metadata>(publicMetadata, newMetadata));