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