1 write to _comparer
Microsoft.CodeAnalysis (1)
SourceGeneration\Nodes\CombineNode.cs (1)
27
_comparer
= comparer;
5 references to _comparer
Microsoft.CodeAnalysis (5)
SourceGeneration\Nodes\CombineNode.cs (5)
48
var tableBuilder = graphState.CreateTableBuilder(previousTable, _name,
_comparer
, totalEntryItemCount);
75
if (state != EntryState.Modified ||
_comparer
is null || !tableBuilder.TryModifyEntry(entry,
_comparer
, stopwatch.Elapsed, stepInputs, state))
91
var builder = graphState.CreateTableBuilder(previousTable, _name,
_comparer
);
105
public IIncrementalGeneratorNode<(TInput1, TInput2)> WithTrackingName(string name) => new CombineNode<TInput1, TInput2>(_input1, _input2,
_comparer
, name);