3 references to _metadataCacheLock
Microsoft.VisualStudio.LanguageServices (3)
ProjectSystem\MetadataReferences\VisualStudioMetadataReferenceManager.cs (3)
50
/// Access locked with <see cref="
_metadataCacheLock
"/>. Maps from file path to metadata and the last time the
97
lock (
_metadataCacheLock
)
159
lock (
_metadataCacheLock
)