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