2 instantiations of BoundStateMachineScope
Microsoft.CodeAnalysis.VisualBasic (2)
Generated\BoundNodes.xml.Generated.vb (1)
4415Dim result = New BoundStateMachineScope(Me.Syntax, fields, statement, Me.HasErrors)
Lowering\StateMachineRewriter\StateMachineRewriter.StateMachineMethodToClassRewriter.vb (1)
291Return Me.F.Block(New BoundStateMachineScope(Me.F.Syntax, hoistedLocals, statement).MakeCompilerGenerated)
10 references to BoundStateMachineScope
Microsoft.CodeAnalysis.VisualBasic (10)
CodeGen\EmitStatement.vb (2)
70EmitStateMachineScope(DirectCast(statement, BoundStateMachineScope)) 1422Private Sub EmitStateMachineScope(scope As BoundStateMachineScope)
Generated\BoundNodes.xml.Generated.vb (7)
4413Public Function Update(fields As ImmutableArray(Of FieldSymbol), statement As BoundStatement) As BoundStateMachineScope 9469Return VisitStateMachineScope(CType(node, BoundStateMachineScope), arg) 9985Public Overridable Function VisitStateMachineScope(node As BoundStateMachineScope, arg As A) As R 10688Public Overridable Function VisitStateMachineScope(node As BoundStateMachineScope) As BoundNode 11484Public Overrides Function VisitStateMachineScope(node As BoundStateMachineScope) As BoundNode 12511Public Overrides Function VisitStateMachineScope(node As BoundStateMachineScope) As BoundNode 13786Public Overrides Function VisitStateMachineScope(node As BoundStateMachineScope, arg As Object) As TreeDumperNode
Lowering\StateMachineRewriter\StateMachineRewriter.StateMachineMethodToClassRewriter.vb (1)
302Dim stateMachineScope = DirectCast(rewrittenStatements(0), BoundStateMachineScope)