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)
9671Return VisitStopStatement(CType(node, BoundStopStatement), arg) 10355Public Overridable Function VisitStopStatement(node As BoundStopStatement, arg As A) As R 11058Public Overridable Function VisitStopStatement(node As BoundStopStatement) As BoundNode 11988Public Overrides Function VisitStopStatement(node As BoundStopStatement) As BoundNode 13069Public Overrides Function VisitStopStatement(node As BoundStopStatement) As BoundNode 14520Public 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