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)
11569Public Overrides Function VisitSelectStatement(node As BoundSelectStatement) As BoundNode 12597Public Overrides Function VisitSelectStatement(node As BoundSelectStatement) As BoundNode
1 reference to VisitSelectStatement
Microsoft.CodeAnalysis.VisualBasic (1)
Generated\BoundNodes.xml.Generated.vb (1)
5002Return visitor.VisitSelectStatement(Me)