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