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); 52this.LogTables(_name, s_tableType, previousTable, previousTable, sourceTable); 55return previousTable.CreateCachedTableWithUpdatedSteps(sourceTable, _name, _comparer); 67var tableBuilder = builder.CreateTableBuilder(previousTable, _name, _comparer, totalEntryItemCount); 100this.LogTables(_name, s_tableType, previousTable, newTable, sourceTable);