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)
2345Assert.Equal("AnalyzerConfig", step.Name); 2361Assert.Equal("AnalyzerConfig", step.Name); 2383Assert.Equal("AnalyzerConfig", step.Name);
SourceGeneration\StateTableTests.cs (14)
382Assert.Equal("Batch", step.Name); 445Assert.Equal("Batch", step.Name); 492Assert.Equal("Batch", step.Name); 559Assert.Equal("Batch", step.Name); 602Assert.Equal("Transform", step.Name); 637Assert.Equal("Transform", step.Name); 675Assert.Equal("Transform", step.Name); 714Assert.Equal("Transform", step.Name); 841Assert.Equal("TestStep", step.Name); 847Assert.Equal("TestStep", step.Name); 853Assert.Equal("TestStep", step.Name); 859Assert.Equal("TestStep", step.Name); 865Assert.Equal("TestStep", step.Name); 871Assert.Equal("TestStep", step.Name);