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