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)
25
public static readonly DeclarationTable Empty = new
DeclarationTable
(