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