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