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)
9673Return VisitEndStatement(CType(node, BoundEndStatement), arg) 10359Public Overridable Function VisitEndStatement(node As BoundEndStatement, arg As A) As R 11062Public Overridable Function VisitEndStatement(node As BoundEndStatement) As BoundNode 11992Public Overrides Function VisitEndStatement(node As BoundEndStatement) As BoundNode 13073Public Overrides Function VisitEndStatement(node As BoundEndStatement) As BoundNode 14524Public 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