12 references to BoundEndStatement
Microsoft.CodeAnalysis.VisualBasic (12)
Analysis\FlowAnalysis\AbstractFlowPass.vb (1)
1537Public Overrides Function VisitEndStatement(node As BoundEndStatement) As BoundNode
Generated\BoundNodes.xml.Generated.vb (6)
9664Return VisitEndStatement(CType(node, BoundEndStatement), arg) 10350Public Overridable Function VisitEndStatement(node As BoundEndStatement, arg As A) As R 11053Public Overridable Function VisitEndStatement(node As BoundEndStatement) As BoundNode 11983Public Overrides Function VisitEndStatement(node As BoundEndStatement) As BoundNode 13064Public Overrides Function VisitEndStatement(node As BoundEndStatement) As BoundNode 14515Public Overrides Function VisitEndStatement(node As BoundEndStatement, arg As Object) As TreeDumperNode
Lowering\Instrumentation\CodeCoverageInstrumenter.vb (1)
318Public Overrides Function InstrumentEndStatement(original As BoundEndStatement, rewritten As BoundStatement) As BoundStatement
Lowering\Instrumentation\CompoundInstrumenter.vb (1)
39Public Overrides Function InstrumentEndStatement(original As BoundEndStatement, rewritten As BoundStatement) As BoundStatement
Lowering\Instrumentation\DebugInfoInjector.vb (1)
44Public Overrides Function InstrumentEndStatement(original As BoundEndStatement, rewritten As BoundStatement) As BoundStatement
Lowering\Instrumentation\Instrumenter.vb (1)
47Public Overridable Function InstrumentEndStatement(original As BoundEndStatement, rewritten As BoundStatement) As BoundStatement
Lowering\LocalRewriter\LocalRewriter.vb (1)
865Public Overrides Function VisitEndStatement(node As BoundEndStatement) As BoundNode