1 write to _comparer
Microsoft.CodeAnalysis (1)
SourceGeneration\Nodes\BatchNode.cs (1)
25
_comparer
= comparer ?? EqualityComparer<ImmutableArray<TInput>>.Default;
3 references to _comparer
Microsoft.CodeAnalysis (3)
SourceGeneration\Nodes\BatchNode.cs (3)
31
public IIncrementalGeneratorNode<ImmutableArray<TInput>> WithTrackingName(string name) => new BatchNode<TInput>(_sourceNode,
_comparer
, name);
124
var tableBuilder = builder.CreateTableBuilder(previousTable, _name,
_comparer
);
139
if (!tableBuilder.TryModifyEntry(sourceValues,
_comparer
, stopwatch.Elapsed, sourceInputs, EntryState.Modified))