4 references to MakeStateMachineScope
Microsoft.CodeAnalysis.CSharp (4)
Lowering\AsyncRewriter\AsyncMethodToStateMachineRewriter.cs (1)
210
newBody =
MakeStateMachineScope
(rootScopeHoistedLocals, newBody);
Lowering\StateMachineRewriter\MethodToStateMachineRewriter.cs (3)
392
translatedStatement =
MakeStateMachineScope
(hoistedLocalsWithDebugScopes.ToImmutable(), translatedStatement);
409
/// Must remain in sync with <see cref="
MakeStateMachineScope
"/>.
795
return
MakeStateMachineScope
(hoistedLocalsWithDebugScopes.ToImmutable(), translated);