1 instantiation of BoundEndStatement
Microsoft.CodeAnalysis.VisualBasic (1)
Binding\Binder_Statements.vb (1)
5295Return New BoundEndStatement(endStatementSyntax)
14 references to BoundEndStatement
Microsoft.CodeAnalysis.VisualBasic (14)
Analysis\FlowAnalysis\AbstractFlowPass.vb (1)
1521Public Overrides Function VisitEndStatement(node As BoundEndStatement) As BoundNode
Generated\BoundNodes.xml.Generated.vb (6)
9639Return VisitEndStatement(CType(node, BoundEndStatement), arg) 10325Public Overridable Function VisitEndStatement(node As BoundEndStatement, arg As A) As R 11028Public Overridable Function VisitEndStatement(node As BoundEndStatement) As BoundNode 11958Public Overrides Function VisitEndStatement(node As BoundEndStatement) As BoundNode 13039Public Overrides Function VisitEndStatement(node As BoundEndStatement) As BoundNode 14487Public 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
Operations\VisualBasicOperationFactory.vb (2)
210Return CreateBoundEndStatementOperation(DirectCast(boundNode, BoundEndStatement)) 1439Private Function CreateBoundEndStatementOperation(boundEndStatement As BoundEndStatement) As IEndOperation