12 references to BoundStopStatement
Microsoft.CodeAnalysis.VisualBasic (12)
Analysis\FlowAnalysis\AbstractFlowPass.vb (1)
1533
Public Overrides Function VisitStopStatement(node As
BoundStopStatement
) As BoundNode
Generated\BoundNodes.xml.Generated.vb (6)
9671
Return VisitStopStatement(CType(node,
BoundStopStatement
), arg)
10355
Public Overridable Function VisitStopStatement(node As
BoundStopStatement
, arg As A) As R
11058
Public Overridable Function VisitStopStatement(node As
BoundStopStatement
) As BoundNode
11988
Public Overrides Function VisitStopStatement(node As
BoundStopStatement
) As BoundNode
13069
Public Overrides Function VisitStopStatement(node As
BoundStopStatement
) As BoundNode
14520
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