1 override of VisitGotoStatement
Microsoft.CodeAnalysis.VisualBasic (1)
Generated\BoundNodes.xml.Generated.vb (1)
14162Public Overrides Function VisitGotoStatement(node As BoundGotoStatement, arg As Object) As TreeDumperNode
2 references to VisitGotoStatement
Microsoft.CodeAnalysis.VisualBasic (2)
BoundTree\BoundTreeVisitor.vb (1)
108Return VisitGotoStatement(CType(node, BoundGotoStatement), arg)
Generated\BoundNodes.xml.Generated.vb (1)
9587Return VisitGotoStatement(CType(node, BoundGotoStatement), arg)