2 references to _metadataCache
Microsoft.VisualStudio.LanguageServices (2)
ProjectSystem\MetadataReferences\VisualStudioMetadataReferenceManager.cs (2)
106
if (
_metadataCache
.TryGetValue(filePath, out var tuple) &&
178
_metadataCache
[fullPath] = (snapshotTimestamp, metadata);