26 references to ExitSelectStatement
Microsoft.CodeAnalysis.VisualBasic (18)
Binding\Binder_SelectCase.vb (1)
53
exitLabel:=selectBinder.GetExitLabel(SyntaxKind.
ExitSelectStatement
))
Binding\Binder_Statements.vb (2)
113
SyntaxKind.
ExitSelectStatement
,
4882
Case SyntaxKind.
ExitSelectStatement
: id = ERRID.ERR_ExitSelectNotWithinSelect
Binding\LocalBinderBuilder.vb (1)
288
continueKind:=SyntaxKind.None, exitKind:=SyntaxKind.
ExitSelectStatement
)
Binding\MemberSemanticModel.vb (1)
294
SyntaxKind.
ExitSelectStatement
,
Generated\Syntax.xml.Internal.Generated.vb (4)
46193
Dim cached = SyntaxNodeCache.TryGetNode(SyntaxKind.
ExitSelectStatement
, exitKeyword, blockKeyword, hash)
46198
Dim result = New ExitStatementSyntax(SyntaxKind.
ExitSelectStatement
, exitKeyword, blockKeyword)
58271
Dim cached = VisualBasicSyntaxNodeCache.TryGetNode(SyntaxKind.
ExitSelectStatement
, exitKeyword, blockKeyword, _factoryContext, hash)
58276
Dim result = New ExitStatementSyntax(SyntaxKind.
ExitSelectStatement
, exitKeyword, blockKeyword, _factoryContext)
Generated\Syntax.xml.Main.Generated.vb (6)
13605
Return New ExitStatementSyntax(SyntaxKind.
ExitSelectStatement
, Nothing, Nothing, DirectCast(exitKeyword.Node, InternalSyntax.KeywordSyntax), DirectCast(blockKeyword.Node, InternalSyntax.KeywordSyntax))
13700
Case SyntaxKind.
ExitSelectStatement
35873
SyntaxKind.
ExitSelectStatement
,
36167
SyntaxKind.
ExitSelectStatement
,
36469
SyntaxKind.
ExitSelectStatement
,
44361
SyntaxKind.
ExitSelectStatement
,
Generated\Syntax.xml.Syntax.Generated.vb (1)
13845
''' <item><description><see cref="SyntaxKind.
ExitSelectStatement
"/></description></item>
Parser\ParseStatement.vb (2)
123
kind = SyntaxKind.
ExitSelectStatement
178
kind = SyntaxKind.
ExitSelectStatement
Microsoft.CodeAnalysis.VisualBasic.Features (6)
CodeFixes\IncorrectExitContinue\IncorrectExitContinueCodeFixProvider.vb (1)
276
Return SyntaxKind.
ExitSelectStatement
EditAndContinue\SyntaxComparer.vb (1)
557
SyntaxKind.
ExitSelectStatement
,
GoToDefinition\VisualBasicGoToDefinitionSymbolService.vb (1)
56
Case SyntaxKind.
ExitSelectStatement
Highlighting\KeywordHighlighters\SelectBlockHighlighter.vb (1)
23
If node.IsIncorrectExitStatement(SyntaxKind.
ExitSelectStatement
) Then
InvertIf\VisualBasicInvertIfCodeRefactoringProvider.vb (2)
37
Return SyntaxKind.
ExitSelectStatement
78
Case SyntaxKind.
ExitSelectStatement
Microsoft.CodeAnalysis.VisualBasic.Syntax.UnitTests (1)
Syntax\SyntaxFactsTest.vb (1)
459
For Each item As SyntaxKind In {SyntaxKind.ExitDoStatement, SyntaxKind.ExitForStatement, SyntaxKind.ExitSubStatement, SyntaxKind.ExitFunctionStatement, SyntaxKind.ExitOperatorStatement, SyntaxKind.ExitPropertyStatement, SyntaxKind.ExitTryStatement, SyntaxKind.
ExitSelectStatement
, SyntaxKind.ExitWhileStatement}
Microsoft.CodeAnalysis.VisualBasic.Workspaces (1)
Classification\ClassificationHelpers.vb (1)
141
SyntaxKind.
ExitSelectStatement
,