1 write to _name
Microsoft.CodeAnalysis (1)
SourceGeneration\Nodes\CombineNode.cs (1)
28
_name
= name;
5 references to _name
Microsoft.CodeAnalysis (5)
SourceGeneration\Nodes\CombineNode.cs (5)
39
this.LogTables(
_name
, s_tableType, previousTable, previousTable, input1Table, input2Table);
48
var tableBuilder = graphState.CreateTableBuilder(previousTable,
_name
, _comparer, totalEntryItemCount);
84
this.LogTables(
_name
, s_tableType, previousTable, newTable, input1Table, input2Table);
91
var builder = graphState.CreateTableBuilder(previousTable,
_name
, _comparer);
103
public IIncrementalGeneratorNode<(TInput1, TInput2)> WithComparer(IEqualityComparer<(TInput1, TInput2)> comparer) => new CombineNode<TInput1, TInput2>(_input1, _input2, comparer,
_name
);