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