3 references to CreateCachedTableWithUpdatedSteps
Microsoft.CodeAnalysis (3)
SourceGeneration\Nodes\HostOutputNode.cs (1)
41return previousTable.CreateCachedTableWithUpdatedSteps(sourceTable, stepName, EqualityComparer<OutputType>.Default);
SourceGeneration\Nodes\SourceOutputNode.cs (1)
49return previousTable.CreateCachedTableWithUpdatedSteps(sourceTable, stepName, EqualityComparer<TOutput>.Default);
SourceGeneration\Nodes\TransformNode.cs (1)
55return previousTable.CreateCachedTableWithUpdatedSteps(sourceTable, _name, _comparer);