1 instantiation of BoundStopStatement
Microsoft.CodeAnalysis.VisualBasic (1)
Binding\Binder_Statements.vb (1)
5287Return New BoundStopStatement(stopStatementSyntax)
14 references to BoundStopStatement
Microsoft.CodeAnalysis.VisualBasic (14)
Analysis\FlowAnalysis\AbstractFlowPass.vb (1)
1517Public Overrides Function VisitStopStatement(node As BoundStopStatement) As BoundNode
Generated\BoundNodes.xml.Generated.vb (6)
9637Return VisitStopStatement(CType(node, BoundStopStatement), arg) 10321Public Overridable Function VisitStopStatement(node As BoundStopStatement, arg As A) As R 11024Public Overridable Function VisitStopStatement(node As BoundStopStatement) As BoundNode 11954Public Overrides Function VisitStopStatement(node As BoundStopStatement) As BoundNode 13035Public Overrides Function VisitStopStatement(node As BoundStopStatement) As BoundNode 14483Public 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
Operations\VisualBasicOperationFactory.vb (2)
208Return CreateBoundStopStatementOperation(DirectCast(boundNode, BoundStopStatement)) 1433Private Function CreateBoundStopStatementOperation(boundStopStatement As BoundStopStatement) As IStopOperation