Implemented interface member:
property
Steps
Microsoft.CodeAnalysis.IStateTable.Steps
1 write to Steps
Microsoft.CodeAnalysis (1)
SourceGeneration\Nodes\NodeStateTable.cs (1)
72Steps = steps;
17 references to Steps
Microsoft.CodeAnalysis (2)
SourceGeneration\Nodes\NodeStateTable.cs (2)
98IncrementalGeneratorRunStep? step = HasTrackedSteps ? Steps[i] : null; 133return (_states[^1].GetItem(0), HasTrackedSteps ? Steps[^1] : null);
Microsoft.CodeAnalysis.CSharp.Semantic.UnitTests (15)
SourceGeneration\StateTableTests.cs (15)
317Assert.Equal(3, newTable.Steps.Length); 379Assert.Collection(table.Steps, 443var step = Assert.Single(table.Steps); 490var step = Assert.Single(table.Steps); 556Assert.Collection(table.Steps, 599Assert.Collection(table.Steps, 634Assert.Collection(table.Steps, 672Assert.Collection(table.Steps, 711Assert.Collection(table.Steps, 751Assert.Collection(table.Steps, 803Assert.Collection(table.Steps, 838Assert.Collection(table.Steps, 917var addOneStep = table.Steps[0]; 945var step = Assert.Single(table.Steps); 974var step = Assert.Single(table.Steps);