1 write to _name
Microsoft.CodeAnalysis (1)
SourceGeneration\Nodes\TransformNode.cs (1)
37
_name
= name;
5 references to _name
Microsoft.CodeAnalysis (5)
SourceGeneration\Nodes\TransformNode.cs (5)
41
=> new TransformNode<TInput, TOutput>(_sourceNode, _func, _wrapUserFunc, comparer,
_name
);
52
this.LogTables(
_name
, s_tableType, previousTable, previousTable, sourceTable);
55
return previousTable.CreateCachedTableWithUpdatedSteps(sourceTable,
_name
, _comparer);
67
var tableBuilder = builder.CreateTableBuilder(previousTable,
_name
, _comparer, totalEntryItemCount);
100
this.LogTables(
_name
, s_tableType, previousTable, newTable, sourceTable);