Implemented interface member:
property
Steps
Microsoft.CodeAnalysis.IStateTable.Steps
1 write to Steps
Microsoft.CodeAnalysis (1)
SourceGeneration\Nodes\NodeStateTable.cs (1)
73Steps = steps;
17 references to Steps
Microsoft.CodeAnalysis (2)
SourceGeneration\Nodes\NodeStateTable.cs (2)
139_step = _stateTable.HasTrackedSteps ? _stateTable.Steps[_nextStatesIndex] : null; 181return (_states[^1].GetItem(0), HasTrackedSteps ? Steps[^1] : null);
Microsoft.CodeAnalysis.CSharp.Semantic.UnitTests (15)
SourceGeneration\StateTableTests.cs (15)
318Assert.Equal(3, newTable.Steps.Length); 380Assert.Collection(table.Steps, 444var step = Assert.Single(table.Steps); 491var step = Assert.Single(table.Steps); 557Assert.Collection(table.Steps, 639Assert.Collection(table.Steps, 674Assert.Collection(table.Steps, 712Assert.Collection(table.Steps, 751Assert.Collection(table.Steps, 791Assert.Collection(table.Steps, 843Assert.Collection(table.Steps, 878Assert.Collection(table.Steps, 957var addOneStep = table.Steps[0]; 985var step = Assert.Single(table.Steps); 1014var step = Assert.Single(table.Steps);