12 references to BoundStopStatement
Microsoft.CodeAnalysis.VisualBasic (12)
Analysis\FlowAnalysis\AbstractFlowPass.vb (1)
1533Public Overrides Function VisitStopStatement(node As BoundStopStatement) As BoundNode
Generated\BoundNodes.xml.Generated.vb (6)
9662Return VisitStopStatement(CType(node, BoundStopStatement), arg) 10346Public Overridable Function VisitStopStatement(node As BoundStopStatement, arg As A) As R 11049Public Overridable Function VisitStopStatement(node As BoundStopStatement) As BoundNode 11979Public Overrides Function VisitStopStatement(node As BoundStopStatement) As BoundNode 13060Public Overrides Function VisitStopStatement(node As BoundStopStatement) As BoundNode 14511Public Overrides Function VisitStopStatement(node As BoundStopStatement, arg As Object) As TreeDumperNode
Lowering\Instrumentation\CodeCoverageInstrumenter.vb (1)
314Public Overrides Function InstrumentStopStatement(original As BoundStopStatement, rewritten As BoundStatement) As BoundStatement
Lowering\Instrumentation\CompoundInstrumenter.vb (1)
35Public Overrides Function InstrumentStopStatement(original As BoundStopStatement, rewritten As BoundStatement) As BoundStatement
Lowering\Instrumentation\DebugInfoInjector.vb (1)
40Public Overrides Function InstrumentStopStatement(original As BoundStopStatement, rewritten As BoundStatement) As BoundStatement
Lowering\Instrumentation\Instrumenter.vb (1)
43Public Overridable Function InstrumentStopStatement(original As BoundStopStatement, rewritten As BoundStatement) As BoundStatement
Lowering\LocalRewriter\LocalRewriter.vb (1)
832Public Overrides Function VisitStopStatement(node As BoundStopStatement) As BoundNode