2 instantiations of BoundStateMachineScope
Microsoft.CodeAnalysis.VisualBasic (2)
Generated\BoundNodes.xml.Generated.vb (1)
4434Dim 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)) 1421Private Sub EmitStateMachineScope(scope As BoundStateMachineScope)
Generated\BoundNodes.xml.Generated.vb (7)
4432Public Function Update(fields As ImmutableArray(Of FieldSymbol), statement As BoundStatement) As BoundStateMachineScope 9503Return VisitStateMachineScope(CType(node, BoundStateMachineScope), arg) 10019Public Overridable Function VisitStateMachineScope(node As BoundStateMachineScope, arg As A) As R 10722Public Overridable Function VisitStateMachineScope(node As BoundStateMachineScope) As BoundNode 11518Public Overrides Function VisitStateMachineScope(node As BoundStateMachineScope) As BoundNode 12545Public Overrides Function VisitStateMachineScope(node As BoundStateMachineScope) As BoundNode 13823Public Overrides Function VisitStateMachineScope(node As BoundStateMachineScope, arg As Object) As TreeDumperNode
Lowering\StateMachineRewriter\StateMachineRewriter.StateMachineMethodToClassRewriter.vb (1)
303Dim stateMachineScope = DirectCast(rewrittenStatements(0), BoundStateMachineScope)