3 overrides of VisitSelectStatement
Microsoft.CodeAnalysis.VisualBasic (3)
Analysis\FlowAnalysis\AbstractFlowPass.vb (1)
1794Public Overrides Function VisitSelectStatement(node As BoundSelectStatement) As BoundNode
Generated\BoundNodes.xml.Generated.vb (2)
11576Public Overrides Function VisitSelectStatement(node As BoundSelectStatement) As BoundNode 12604Public Overrides Function VisitSelectStatement(node As BoundSelectStatement) As BoundNode
1 reference to VisitSelectStatement
Microsoft.CodeAnalysis.VisualBasic (1)
Generated\BoundNodes.xml.Generated.vb (1)
5009Return visitor.VisitSelectStatement(Me)