8 references to SymbolCacheAndReferenceManagerStateGuard
Microsoft.CodeAnalysis (6)
MetadataReference\AssemblyMetadata.cs (1)
71/// Guarded by <see cref="CommonReferenceManager.SymbolCacheAndReferenceManagerStateGuard"/>.
ReferenceManager\CommonReferenceManager.State.cs (2)
346/// Call only while holding <see cref="CommonReferenceManager.SymbolCacheAndReferenceManagerStateGuard"/>. 406/// Call only while holding <see cref="CommonReferenceManager.SymbolCacheAndReferenceManagerStateGuard"/>.
ReferenceManager\Compilation_MetadataCache.cs (3)
31/// Guarded by <see cref="CommonReferenceManager.SymbolCacheAndReferenceManagerStateGuard"/>. 37/// <see cref="CommonReferenceManager.SymbolCacheAndReferenceManagerStateGuard"/> must be locked while calling this method. 46/// <see cref="CommonReferenceManager.SymbolCacheAndReferenceManagerStateGuard"/> must be locked while calling this method.
Microsoft.CodeAnalysis.CSharp (1)
Symbols\ReferenceManager.cs (1)
943/// Guarded by <see cref="CommonReferenceManager.SymbolCacheAndReferenceManagerStateGuard"/>.
Microsoft.CodeAnalysis.VisualBasic (1)
Symbols\ReferenceManager.vb (1)
804''' Guarded by <see cref="CommonReferenceManager.SymbolCacheAndReferenceManagerStateGuard"/>.