2 overrides of FirstIncreasingResumableState
Microsoft.CodeAnalysis.CSharp (2)
Lowering\AsyncRewriter\AsyncMethodToStateMachineRewriter.cs (1)
130protected sealed override StateMachineState FirstIncreasingResumableState
Lowering\IteratorRewriter\IteratorMethodToStateMachineRewriter.cs (1)
81protected override StateMachineState FirstIncreasingResumableState
1 reference to FirstIncreasingResumableState
Microsoft.CodeAnalysis.CSharp (1)
Lowering\StateMachineRewriter\MethodToStateMachineRewriter.cs (1)
162firstState: FirstIncreasingResumableState,