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)
9657Return VisitEndStatement(CType(node, BoundEndStatement), arg) 10343Public Overridable Function VisitEndStatement(node As BoundEndStatement, arg As A) As R 11046Public Overridable Function VisitEndStatement(node As BoundEndStatement) As BoundNode 11976Public Overrides Function VisitEndStatement(node As BoundEndStatement) As BoundNode 13057Public Overrides Function VisitEndStatement(node As BoundEndStatement) As BoundNode 14508Public 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