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