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)
9655Return VisitStopStatement(CType(node, BoundStopStatement), arg) 10339Public Overridable Function VisitStopStatement(node As BoundStopStatement, arg As A) As R 11042Public Overridable Function VisitStopStatement(node As BoundStopStatement) As BoundNode 11972Public Overrides Function VisitStopStatement(node As BoundStopStatement) As BoundNode 13053Public Overrides Function VisitStopStatement(node As BoundStopStatement) As BoundNode 14504Public 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