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