Declarations\DeclarationTable.Builder.cs (9)
25_table = DeclarationTable.Empty;
34builder._table = table;
62_table = DeclarationTable.Empty;
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);