5 references to SetTable
Microsoft.CodeAnalysis (5)
SourceGeneration\Nodes\DriverStateTable.cs (1)
61
_stateTableBuilder.
SetTable
(source, newTable);
SourceGeneration\Nodes\PredicateSyntaxStrategy.cs (2)
57
tables.
SetTable
(_owner._filterKey, _filterTable.ToImmutableAndFree());
58
tables.
SetTable
(_key, _transformTable.ToImmutableAndFree());
SourceGeneration\Nodes\SyntaxReceiverStrategy.cs (1)
64
tables.
SetTable
(_key, _nodeStateTable.ToImmutableAndFree());
SourceGeneration\SyntaxStore.cs (1)
69
_tableBuilder.
SetTable
(node, previousStateTable);