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