3 overrides of VisitGotoStatement
Microsoft.CodeAnalysis.VisualBasic (3)
Analysis\FlowAnalysis\AbstractFlowPass.vb (1)
2505Public Overrides Function VisitGotoStatement(node As BoundGotoStatement) As BoundNode
Generated\BoundNodes.xml.Generated.vb (2)
11739Public Overrides Function VisitGotoStatement(node As BoundGotoStatement) As BoundNode 12781Public Overrides Function VisitGotoStatement(node As BoundGotoStatement) As BoundNode
1 reference to VisitGotoStatement
Microsoft.CodeAnalysis.VisualBasic (1)
Generated\BoundNodes.xml.Generated.vb (1)
6617Return visitor.VisitGotoStatement(Me)