1 override of TryGetPreviousStateMachineState
Microsoft.CodeAnalysis (1)
Emit\EditAndContinue\EncVariableSlotAllocator.cs (1)
361
public override bool
TryGetPreviousStateMachineState
(SyntaxNode syntax, AwaitDebugId awaitId, out StateMachineState state)
2 references to TryGetPreviousStateMachineState
Microsoft.CodeAnalysis.CSharp (2)
Lowering\IteratorRewriter\IteratorMethodToStateMachineRewriter.cs (1)
473
if (slotAllocator?.
TryGetPreviousStateMachineState
(syntax, awaitId: default, out var finalizeState) != true)
Lowering\StateMachineRewriter\ResumableStateMachineStateAllocator.cs (1)
56
if (_slotAllocator?.
TryGetPreviousStateMachineState
(awaitOrYieldReturnSyntax, awaitId, out var state) == true)