4 references to StateMachineScope
Microsoft.CodeAnalysis.CSharp (4)
CodeGen\EmitStatement.cs (1)
95case BoundKind.StateMachineScope:
Generated\BoundNodes.xml.Generated.cs (2)
3371: base(BoundKind.StateMachineScope, syntax, hasErrors || statement.HasErrors()) 9003case BoundKind.StateMachineScope:
Lowering\StateMachineRewriter\MethodToStateMachineRewriter.cs (1)
412if (rewrittenStatements.Length == 1 && rewrittenStatements[0].Kind == BoundKind.StateMachineScope)