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