3 overrides of VisitStopStatement
Microsoft.CodeAnalysis.VisualBasic (3)
Analysis\FlowAnalysis\AbstractFlowPass.vb (1)
1533
Public Overrides Function
VisitStopStatement
(node As BoundStopStatement) As BoundNode
Generated\BoundNodes.xml.Generated.vb (2)
11988
Public Overrides Function
VisitStopStatement
(node As BoundStopStatement) As BoundNode
13069
Public Overrides Function
VisitStopStatement
(node As BoundStopStatement) As BoundNode
1 reference to VisitStopStatement
Microsoft.CodeAnalysis.VisualBasic (1)
Generated\BoundNodes.xml.Generated.vb (1)
8831
Return visitor.
VisitStopStatement
(Me)