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