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); 50return previousTable.CreateCachedTableWithUpdatedSteps(sourceTable, _name, _comparer); 62var newTable = builder.CreateTableBuilder(previousTable, _name, _comparer, totalEntryItemCount); 77if (entry.State != EntryState.Modified || !newTable.TryModifyEntries(newOutputs, _comparer, stopwatch.Elapsed, inputs, entry.State))