3 references to LogTables
Microsoft.CodeAnalysis (3)
SourceGeneration\Nodes\CombineNode.cs (2)
39this.LogTables(_name, s_tableType, previousTable, previousTable, input1Table, input2Table); 84this.LogTables(_name, s_tableType, previousTable, newTable, input1Table, input2Table);
SourceGeneration\Nodes\NodeExtensions.cs (1)
10=> LogTables<TSelf, TInput, TInput>(self, name, tableType, previousTable, newTable, inputTable, inputNode2: null);