2 instantiations of BoundStateMachineScope
Microsoft.CodeAnalysis.VisualBasic (2)
Generated\BoundNodes.xml.Generated.vb (1)
4425Dim 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)
4423Public Function Update(fields As ImmutableArray(Of FieldSymbol), statement As BoundStatement) As BoundStateMachineScope 9494Return VisitStateMachineScope(CType(node, BoundStateMachineScope), arg) 10010Public Overridable Function VisitStateMachineScope(node As BoundStateMachineScope, arg As A) As R 10713Public Overridable Function VisitStateMachineScope(node As BoundStateMachineScope) As BoundNode 11509Public Overrides Function VisitStateMachineScope(node As BoundStateMachineScope) As BoundNode 12536Public Overrides Function VisitStateMachineScope(node As BoundStateMachineScope) As BoundNode 13814Public Overrides Function VisitStateMachineScope(node As BoundStateMachineScope, arg As Object) As TreeDumperNode
Lowering\StateMachineRewriter\StateMachineRewriter.StateMachineMethodToClassRewriter.vb (1)
303Dim stateMachineScope = DirectCast(rewrittenStatements(0), BoundStateMachineScope)