2 references to _metadataCache
VBCSCompiler (2)
MetadataCache.cs (2)
62if (fileKey.HasValue && _metadataCache.TryGetValue(fileKey.Value, out metadata) && metadata != null) 82result = _metadataCache.GetOrAdd(fileKey.Value, result);