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)
2639Assert.Equal("AnalyzerConfig", step.Name); 2655Assert.Equal("AnalyzerConfig", step.Name); 2677Assert.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); 641Assert.Equal("Transform", step.Name); 676Assert.Equal("Transform", step.Name); 714Assert.Equal("Transform", step.Name); 753Assert.Equal("Transform", step.Name); 880Assert.Equal("TestStep", step.Name); 886Assert.Equal("TestStep", step.Name); 892Assert.Equal("TestStep", step.Name); 898Assert.Equal("TestStep", step.Name); 904Assert.Equal("TestStep", step.Name); 910Assert.Equal("TestStep", step.Name);