1 write to Name
Microsoft.CodeAnalysis (1)
SourceGeneration\IncrementalGeneratorRunStep.cs (1)
20Name = stepName;
4 references to Name
Microsoft.CodeAnalysis (4)
SourceGeneration\Nodes\GeneratorRunStateTable.cs (4)
84if (step.Name is not null) 95Debug.Assert(step.Name is not null); 96if (!stepCollectionBuilder.TryGetValue(step.Name, out var stepsByName)) 99stepCollectionBuilder.Add(step.Name, stepsByName);