1 write to Name
Microsoft.CodeAnalysis (1)
SourceGeneration\IncrementalGeneratorRunStep.cs (1)
20Name = stepName;
21 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);
Microsoft.CodeAnalysis.CSharp.Semantic.UnitTests (17)
SourceGeneration\GeneratorDriverTests.cs (3)
2769Assert.Equal("AnalyzerConfig", step.Name); 2785Assert.Equal("AnalyzerConfig", step.Name); 2807Assert.Equal("AnalyzerConfig", step.Name);
SourceGeneration\StateTableTests.cs (14)
383Assert.Equal("Batch", step.Name); 446Assert.Equal("Batch", step.Name); 493Assert.Equal("Batch", step.Name); 560Assert.Equal("Batch", step.Name); 642Assert.Equal("Transform", step.Name); 677Assert.Equal("Transform", step.Name); 715Assert.Equal("Transform", step.Name); 754Assert.Equal("Transform", step.Name); 881Assert.Equal("TestStep", step.Name); 887Assert.Equal("TestStep", step.Name); 893Assert.Equal("TestStep", step.Name); 899Assert.Equal("TestStep", step.Name); 905Assert.Equal("TestStep", step.Name); 911Assert.Equal("TestStep", step.Name);