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