4 references to MergedRoot
Microsoft.CodeAnalysis.CSharp (4)
Declarations\DeclarationTable.Cache.cs (3)
60
Interlocked.CompareExchange(ref _typeNames, GetTypeNames(this.
MergedRoot
), comparand: null);
71
Interlocked.CompareExchange(ref _namespaceNames, GetNamespaceNames(this.
MergedRoot
), comparand: null);
85
MergedRoot
.Declarations.OfType<RootSingleNamespaceDeclaration>().SelectMany(r => r.ReferenceDirectives).AsImmutable());
Declarations\DeclarationTable.cs (1)
116
var oldRoot = _cache.
MergedRoot
;