18 references to BoundExitStatement
Microsoft.CodeAnalysis.VisualBasic (18)
Analysis\FlowAnalysis\AbstractFlowPass.NestedTypes.vb (1)
98
Return CType(Branch,
BoundExitStatement
).Label
Analysis\FlowAnalysis\AbstractFlowPass.vb (3)
401
Dim exitStmt = TryCast(pending.Branch,
BoundExitStatement
)
466
Return If(gotoOnly, Nothing, DirectCast(branch,
BoundExitStatement
).Label)
2424
Public Overrides Function VisitExitStatement(node As
BoundExitStatement
) As BoundNode
Analysis\FlowAnalysis\ExitPointsWalker.vb (1)
109
If _labelsInside.Contains((TryCast((pending.Branch),
BoundExitStatement
)).Label) Then
BoundTree\BoundTreeVisitor.vb (1)
86
Return VisitExitStatement(CType(node,
BoundExitStatement
), arg)
Generated\BoundNodes.xml.Generated.vb (7)
5712
Public Function Update(label As LabelSymbol) As
BoundExitStatement
9549
Return VisitExitStatement(CType(node,
BoundExitStatement
), arg)
10111
Public Overridable Function VisitExitStatement(node As
BoundExitStatement
, arg As A) As R
10814
Public Overridable Function VisitExitStatement(node As
BoundExitStatement
) As BoundNode
11666
Public Overrides Function VisitExitStatement(node As
BoundExitStatement
) As BoundNode
12694
Public Overrides Function VisitExitStatement(node As
BoundExitStatement
) As BoundNode
14021
Public Overrides Function VisitExitStatement(node As
BoundExitStatement
, arg As Object) As TreeDumperNode
Lowering\Instrumentation\CodeCoverageInstrumenter.vb (1)
326
Public Overrides Function InstrumentExitStatement(original As
BoundExitStatement
, rewritten As BoundStatement) As BoundStatement
Lowering\Instrumentation\CompoundInstrumenter.vb (1)
47
Public Overrides Function InstrumentExitStatement(original As
BoundExitStatement
, rewritten As BoundStatement) As BoundStatement
Lowering\Instrumentation\DebugInfoInjector.vb (1)
52
Public Overrides Function InstrumentExitStatement(original As
BoundExitStatement
, rewritten As BoundStatement) As BoundStatement
Lowering\Instrumentation\Instrumenter.vb (1)
55
Public Overridable Function InstrumentExitStatement(original As
BoundExitStatement
, rewritten As BoundStatement) As BoundStatement
Lowering\LocalRewriter\LocalRewriter_Exit.vb (1)
14
Public Overrides Function VisitExitStatement(node As
BoundExitStatement
) As BoundNode