1 instantiation of BoundStopStatement
Microsoft.CodeAnalysis.VisualBasic (1)
Binding\Binder_Statements.vb (1)
5287
Return New
BoundStopStatement
(stopStatementSyntax)
14 references to BoundStopStatement
Microsoft.CodeAnalysis.VisualBasic (14)
Analysis\FlowAnalysis\AbstractFlowPass.vb (1)
1517
Public Overrides Function VisitStopStatement(node As
BoundStopStatement
) As BoundNode
Generated\BoundNodes.xml.Generated.vb (6)
9637
Return VisitStopStatement(CType(node,
BoundStopStatement
), arg)
10321
Public Overridable Function VisitStopStatement(node As
BoundStopStatement
, arg As A) As R
11024
Public Overridable Function VisitStopStatement(node As
BoundStopStatement
) As BoundNode
11954
Public Overrides Function VisitStopStatement(node As
BoundStopStatement
) As BoundNode
13035
Public Overrides Function VisitStopStatement(node As
BoundStopStatement
) As BoundNode
14483
Public Overrides Function VisitStopStatement(node As
BoundStopStatement
, arg As Object) As TreeDumperNode
Lowering\Instrumentation\CodeCoverageInstrumenter.vb (1)
314
Public Overrides Function InstrumentStopStatement(original As
BoundStopStatement
, rewritten As BoundStatement) As BoundStatement
Lowering\Instrumentation\CompoundInstrumenter.vb (1)
35
Public Overrides Function InstrumentStopStatement(original As
BoundStopStatement
, rewritten As BoundStatement) As BoundStatement
Lowering\Instrumentation\DebugInfoInjector.vb (1)
40
Public Overrides Function InstrumentStopStatement(original As
BoundStopStatement
, rewritten As BoundStatement) As BoundStatement
Lowering\Instrumentation\Instrumenter.vb (1)
43
Public Overridable Function InstrumentStopStatement(original As
BoundStopStatement
, rewritten As BoundStatement) As BoundStatement
Lowering\LocalRewriter\LocalRewriter.vb (1)
832
Public Overrides Function VisitStopStatement(node As
BoundStopStatement
) As BoundNode
Operations\VisualBasicOperationFactory.vb (2)
208
Return CreateBoundStopStatementOperation(DirectCast(boundNode,
BoundStopStatement
))
1433
Private Function CreateBoundStopStatementOperation(boundStopStatement As
BoundStopStatement
) As IStopOperation