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