2 instantiations of BoundStateMachineScope
Microsoft.CodeAnalysis.VisualBasic (2)
Generated\BoundNodes.xml.Generated.vb (1)
4418Dim result = New BoundStateMachineScope(Me.Syntax, fields, statement, Me.HasErrors)
Lowering\StateMachineRewriter\StateMachineRewriter.StateMachineMethodToClassRewriter.vb (1)
292Return 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)) 1423Private Sub EmitStateMachineScope(scope As BoundStateMachineScope)
Generated\BoundNodes.xml.Generated.vb (7)
4416Public Function Update(fields As ImmutableArray(Of FieldSymbol), statement As BoundStatement) As BoundStateMachineScope 9487Return VisitStateMachineScope(CType(node, BoundStateMachineScope), arg) 10003Public Overridable Function VisitStateMachineScope(node As BoundStateMachineScope, arg As A) As R 10706Public Overridable Function VisitStateMachineScope(node As BoundStateMachineScope) As BoundNode 11502Public Overrides Function VisitStateMachineScope(node As BoundStateMachineScope) As BoundNode 12529Public Overrides Function VisitStateMachineScope(node As BoundStateMachineScope) As BoundNode 13807Public Overrides Function VisitStateMachineScope(node As BoundStateMachineScope, arg As Object) As TreeDumperNode
Lowering\StateMachineRewriter\StateMachineRewriter.StateMachineMethodToClassRewriter.vb (1)
303Dim stateMachineScope = DirectCast(rewrittenStatements(0), BoundStateMachineScope)