7 references to DeclarationTable
Microsoft.CodeAnalysis.CSharp (7)
Declarations\DeclarationTable.Builder.cs (6)
81_table = new DeclarationTable(_table._allOlderRootDeclarations, lastDeclaration, _table._cache); 88_table = new DeclarationTable(_table._allOlderRootDeclarations.Add(_table._latestLazyRootDeclaration), lastDeclaration, cache: null); 102_table = new DeclarationTable(newOlderRootDeclarations, lastDeclaration, cache: null); 122_table = new DeclarationTable(_table._allOlderRootDeclarations, latestLazyRootDeclaration: null, cache: _table._cache); 131_table = new DeclarationTable(_table._allOlderRootDeclarations.Remove(firstDeclaration), _table._latestLazyRootDeclaration, cache: null); 141_table = new DeclarationTable(newOlderRootDeclarations, newLatestLazyRootDeclaration, cache: null);
Declarations\DeclarationTable.cs (1)
25public static readonly DeclarationTable Empty = new DeclarationTable(