2 overrides of VisitSelectStatement
Microsoft.CodeAnalysis.VisualBasic (1)
Generated\Syntax.xml.Main.Generated.vb (1)
3243Public Overrides Function VisitSelectStatement(ByVal node As SelectStatementSyntax) As SyntaxNode
Microsoft.CodeAnalysis.VisualBasic.EditorFeatures (1)
EndConstructGeneration\EndConstructStatementVisitor.vb (1)
157Public Overrides Function VisitSelectStatement(node As SelectStatementSyntax) As AbstractEndConstructResult
1 reference to VisitSelectStatement
Microsoft.CodeAnalysis.VisualBasic (1)
Generated\Syntax.xml.Syntax.Generated.vb (1)
17067Return visitor.VisitSelectStatement(Me)