1 write to _allOlderRootDeclarations
Microsoft.CodeAnalysis.CSharp (1)
Declarations\DeclarationTable.cs (1)
49_allOlderRootDeclarations = allOlderRootDeclarations;
5 references to _allOlderRootDeclarations
Microsoft.CodeAnalysis.CSharp (5)
Declarations\DeclarationTable.Cache.cs (1)
47MergedNamespaceDeclaration.Create(_table._allOlderRootDeclarations.InInsertionOrder.Select(static lazyRoot => lazyRoot.Value).AsImmutable<SingleNamespaceDeclaration>()),
Declarations\DeclarationTable.cs (4)
60return new DeclarationTable(_allOlderRootDeclarations, lazyRootDeclaration, _cache); 67return new DeclarationTable(_allOlderRootDeclarations.Add(_latestLazyRootDeclaration), lazyRootDeclaration, cache: null); 76return new DeclarationTable(_allOlderRootDeclarations, latestLazyRootDeclaration: null, cache: _cache); 85return new DeclarationTable(_allOlderRootDeclarations.Remove(lazyRootDeclaration), _latestLazyRootDeclaration, cache: null);