2 references to BoundStateMachineScope
Microsoft.CodeAnalysis.CSharp (2)
Generated\BoundNodes.xml.Generated.cs (1)
3390
var result = new
BoundStateMachineScope
(this.Syntax, fields, statement, this.HasErrors);
Lowering\StateMachineRewriter\MethodToStateMachineRewriter.cs (1)
400
return F.Block(new
BoundStateMachineScope
(F.Syntax, hoistedLocals, statement));