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