39 references to SelectStatementSyntax
Microsoft.CodeAnalysis.VisualBasic (19)
Generated\Syntax.xml.Main.Generated.vb (9)
317
Public Overridable Function VisitSelectStatement(ByVal node As
SelectStatementSyntax
) As TResult
1052
Public Overridable Sub VisitSelectStatement(ByVal node As
SelectStatementSyntax
)
3229
Dim newSelectStatement = DirectCast(Visit(node.SelectStatement),
SelectStatementSyntax
)
3243
Public Overrides Function VisitSelectStatement(ByVal node As
SelectStatementSyntax
) As SyntaxNode
15659
Public Shared Function SelectBlock(selectStatement As
SelectStatementSyntax
, caseBlocks As SyntaxList(of CaseBlockSyntax), endSelectStatement As EndBlockStatementSyntax) As SelectBlockSyntax
15690
Public Shared Function SelectBlock(selectStatement As
SelectStatementSyntax
, caseBlocks As SyntaxList(of CaseBlockSyntax)) As SelectBlockSyntax
15702
Public Shared Function SelectBlock(selectStatement As
SelectStatementSyntax
) As SelectBlockSyntax
15720
Public Shared Function SelectStatement(selectKeyword As SyntaxToken, caseKeyword As SyntaxToken, expression As ExpressionSyntax) As
SelectStatementSyntax
15849
Public Shared Function SelectStatement(expression As ExpressionSyntax) As
SelectStatementSyntax
Generated\Syntax.xml.Syntax.Generated.vb (9)
16824
Friend _selectStatement as
SelectStatementSyntax
16834
Friend Sub New(ByVal kind As SyntaxKind, ByVal errors as DiagnosticInfo(), ByVal annotations as SyntaxAnnotation(), selectStatement As
SelectStatementSyntax
, caseBlocks As SyntaxNode, endSelectStatement As EndBlockStatementSyntax)
16841
Public ReadOnly Property SelectStatement As
SelectStatementSyntax
16852
Public Shadows Function WithSelectStatement(selectStatement as
SelectStatementSyntax
) As SelectBlockSyntax
16948
Public Function Update(selectStatement As
SelectStatementSyntax
, caseBlocks As SyntaxList(of CaseBlockSyntax), endSelectStatement As EndBlockStatementSyntax) As SelectBlockSyntax
17001
Public Shadows Function WithSelectKeyword(selectKeyword as SyntaxToken) As
SelectStatementSyntax
17026
Public Shadows Function WithCaseKeyword(caseKeyword as SyntaxToken) As
SelectStatementSyntax
17044
Public Shadows Function WithExpression(expression as ExpressionSyntax) As
SelectStatementSyntax
17088
Public Function Update(selectKeyword As SyntaxToken, caseKeyword As SyntaxToken, expression As ExpressionSyntax) As
SelectStatementSyntax
Syntax\SyntaxNormalizer.vb (1)
1334
Public Overrides Function VisitSelectStatement(node As
SelectStatementSyntax
) As SyntaxNode
Microsoft.CodeAnalysis.VisualBasic.CodeStyle (1)
src\roslyn\src\Workspaces\SharedUtilitiesAndExtensions\Compiler\VisualBasic\Formatting\Rules\ElasticTriviaFormattingRule.vb (1)
317
IsBeginStatement(Of
SelectStatementSyntax
, SelectBlockSyntax)(currentStatement) OrElse
Microsoft.CodeAnalysis.VisualBasic.CodeStyle.Fixes (5)
src\f736901a33c2b55b\VisualBasicTypeInferenceService.TypeInferrer.vb (3)
93
Function(switchStatement As
SelectStatementSyntax
) InferTypeInSelectStatement(switchStatement),
167
Function(switchStatement As
SelectStatementSyntax
) InferTypeInSelectStatement(switchStatement),
797
Private Function InferTypeInSelectStatement(switchStatementSyntax As
SelectStatementSyntax
) As IEnumerable(Of TypeInferenceInfo)
src\roslyn\src\Workspaces\SharedUtilitiesAndExtensions\Workspace\VisualBasic\Extensions\ContextQuery\SyntaxTreeExtensions.vb (2)
421
targetToken.IsChildToken(Of
SelectStatementSyntax
)(Function(selectStatement) selectStatement.SelectKeyword) OrElse
422
targetToken.IsChildToken(Of
SelectStatementSyntax
)(Function(selectStatement) selectStatement.CaseKeyword) OrElse
Microsoft.CodeAnalysis.VisualBasic.Workspaces (8)
CodeCleanup\Providers\AddMissingTokensCodeCleanupProvider.vb (2)
412
Public Overrides Function VisitSelectStatement(node As
SelectStatementSyntax
) As SyntaxNode
413
Dim newNode = DirectCast(MyBase.VisitSelectStatement(node),
SelectStatementSyntax
)
src\f736901a33c2b55b\VisualBasicTypeInferenceService.TypeInferrer.vb (3)
93
Function(switchStatement As
SelectStatementSyntax
) InferTypeInSelectStatement(switchStatement),
167
Function(switchStatement As
SelectStatementSyntax
) InferTypeInSelectStatement(switchStatement),
797
Private Function InferTypeInSelectStatement(switchStatementSyntax As
SelectStatementSyntax
) As IEnumerable(Of TypeInferenceInfo)
src\roslyn\src\Workspaces\SharedUtilitiesAndExtensions\Compiler\VisualBasic\Formatting\Rules\ElasticTriviaFormattingRule.vb (1)
317
IsBeginStatement(Of
SelectStatementSyntax
, SelectBlockSyntax)(currentStatement) OrElse
src\roslyn\src\Workspaces\SharedUtilitiesAndExtensions\Workspace\VisualBasic\Extensions\ContextQuery\SyntaxTreeExtensions.vb (2)
421
targetToken.IsChildToken(Of
SelectStatementSyntax
)(Function(selectStatement) selectStatement.SelectKeyword) OrElse
422
targetToken.IsChildToken(Of
SelectStatementSyntax
)(Function(selectStatement) selectStatement.CaseKeyword) OrElse
Roslyn.Diagnostics.VisualBasic.Analyzers (6)
src\f736901a33c2b55b\VisualBasicTypeInferenceService.TypeInferrer.vb (3)
93
Function(switchStatement As
SelectStatementSyntax
) InferTypeInSelectStatement(switchStatement),
167
Function(switchStatement As
SelectStatementSyntax
) InferTypeInSelectStatement(switchStatement),
797
Private Function InferTypeInSelectStatement(switchStatementSyntax As
SelectStatementSyntax
) As IEnumerable(Of TypeInferenceInfo)
src\roslyn\src\Workspaces\SharedUtilitiesAndExtensions\Compiler\VisualBasic\Formatting\Rules\ElasticTriviaFormattingRule.vb (1)
317
IsBeginStatement(Of
SelectStatementSyntax
, SelectBlockSyntax)(currentStatement) OrElse
src\roslyn\src\Workspaces\SharedUtilitiesAndExtensions\Workspace\VisualBasic\Extensions\ContextQuery\SyntaxTreeExtensions.vb (2)
421
targetToken.IsChildToken(Of
SelectStatementSyntax
)(Function(selectStatement) selectStatement.SelectKeyword) OrElse
422
targetToken.IsChildToken(Of
SelectStatementSyntax
)(Function(selectStatement) selectStatement.CaseKeyword) OrElse