2 instantiations of BoundStateMachineScope
Microsoft.CodeAnalysis.VisualBasic (2)
Generated\BoundNodes.xml.Generated.vb (1)
4434
Dim result = New
BoundStateMachineScope
(Me.Syntax, fields, statement, Me.HasErrors)
Lowering\StateMachineRewriter\StateMachineRewriter.StateMachineMethodToClassRewriter.vb (1)
292
Return Me.F.Block(New
BoundStateMachineScope
(Me.F.Syntax, hoistedLocals, statement).MakeCompilerGenerated)
10 references to BoundStateMachineScope
Microsoft.CodeAnalysis.VisualBasic (10)
CodeGen\EmitStatement.vb (2)
70
EmitStateMachineScope(DirectCast(statement,
BoundStateMachineScope
))
1421
Private Sub EmitStateMachineScope(scope As
BoundStateMachineScope
)
Generated\BoundNodes.xml.Generated.vb (7)
4432
Public Function Update(fields As ImmutableArray(Of FieldSymbol), statement As BoundStatement) As
BoundStateMachineScope
9503
Return VisitStateMachineScope(CType(node,
BoundStateMachineScope
), arg)
10019
Public Overridable Function VisitStateMachineScope(node As
BoundStateMachineScope
, arg As A) As R
10722
Public Overridable Function VisitStateMachineScope(node As
BoundStateMachineScope
) As BoundNode
11518
Public Overrides Function VisitStateMachineScope(node As
BoundStateMachineScope
) As BoundNode
12545
Public Overrides Function VisitStateMachineScope(node As
BoundStateMachineScope
) As BoundNode
13823
Public Overrides Function VisitStateMachineScope(node As
BoundStateMachineScope
, arg As Object) As TreeDumperNode
Lowering\StateMachineRewriter\StateMachineRewriter.StateMachineMethodToClassRewriter.vb (1)
303
Dim stateMachineScope = DirectCast(rewrittenStatements(0),
BoundStateMachineScope
)