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