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