1 write to _comparer
Microsoft.CodeAnalysis (1)
SourceGeneration\Nodes\TransformNode.cs (1)
32
_comparer
= comparer ?? EqualityComparer<TOutput>.Default;
4 references to _comparer
Microsoft.CodeAnalysis (4)
SourceGeneration\Nodes\TransformNode.cs (4)
40
=> new TransformNode<TInput, TOutput>(_sourceNode, _func,
_comparer
, name);
50
return previousTable.CreateCachedTableWithUpdatedSteps(sourceTable, _name,
_comparer
);
62
var newTable = builder.CreateTableBuilder(previousTable, _name,
_comparer
, totalEntryItemCount);
77
if (entry.State != EntryState.Modified || !newTable.TryModifyEntries(newOutputs,
_comparer
, stopwatch.Elapsed, inputs, entry.State))