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)
11755Public Overrides Function VisitGotoStatement(node As BoundGotoStatement) As BoundNode 12797Public Overrides Function VisitGotoStatement(node As BoundGotoStatement) As BoundNode
1 reference to VisitGotoStatement
Microsoft.CodeAnalysis.VisualBasic (1)
Generated\BoundNodes.xml.Generated.vb (1)
6633Return visitor.VisitGotoStatement(Me)