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