1 type derived from CommonReferenceManager
Microsoft.CodeAnalysis (1)
ReferenceManager\CommonReferenceManager.State.cs (1)
51
internal partial class CommonReferenceManager<TCompilation, TAssemblySymbol> :
CommonReferenceManager
11 references to CommonReferenceManager
Microsoft.CodeAnalysis (9)
Compilation\Compilation.cs (2)
684
internal
CommonReferenceManager
GetBoundReferenceManager()
689
internal abstract
CommonReferenceManager
CommonGetBoundReferenceManager();
MetadataReference\AssemblyMetadata.cs (1)
71
/// Guarded by <see cref="
CommonReferenceManager
.SymbolCacheAndReferenceManagerStateGuard"/>.
PEWriter\MetadataWriter.PortablePdb.cs (1)
962
var
referenceManager = module.CommonCompilation.GetBoundReferenceManager();
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"/>.