27 references to ContinueForStatement
Microsoft.CodeAnalysis.VisualBasic (19)
Binding\Binder_Statements.vb (4)
121
Case SyntaxKind.ContinueDoStatement, SyntaxKind.
ContinueForStatement
, SyntaxKind.ContinueWhileStatement
3232
continueLabel:=GetContinueLabel(SyntaxKind.
ContinueForStatement
),
3519
continueLabel:=GetContinueLabel(SyntaxKind.
ContinueForStatement
),
4906
Case SyntaxKind.
ContinueForStatement
: id = ERRID.ERR_ContinueForNotWithinFor
Binding\ForOrForEachBlockBinder.vb (1)
24
MyBase.New(enclosing, SyntaxKind.
ContinueForStatement
, SyntaxKind.ExitForStatement)
Binding\MemberSemanticModel.vb (1)
302
SyntaxKind.
ContinueForStatement
,
Generated\Syntax.xml.Internal.Generated.vb (4)
46349
Dim cached = SyntaxNodeCache.TryGetNode(SyntaxKind.
ContinueForStatement
, continueKeyword, blockKeyword, hash)
46354
Dim result = New ContinueStatementSyntax(SyntaxKind.
ContinueForStatement
, continueKeyword, blockKeyword)
58427
Dim cached = VisualBasicSyntaxNodeCache.TryGetNode(SyntaxKind.
ContinueForStatement
, continueKeyword, blockKeyword, _factoryContext, hash)
58432
Dim result = New ContinueStatementSyntax(SyntaxKind.
ContinueForStatement
, continueKeyword, blockKeyword, _factoryContext)
Generated\Syntax.xml.Main.Generated.vb (6)
13822
Return New ContinueStatementSyntax(SyntaxKind.
ContinueForStatement
, Nothing, Nothing, DirectCast(continueKeyword.Node, InternalSyntax.KeywordSyntax), DirectCast(blockKeyword.Node, InternalSyntax.KeywordSyntax))
13872
Case SyntaxKind.
ContinueForStatement
35877
SyntaxKind.
ContinueForStatement
,
36171
SyntaxKind.
ContinueForStatement
,
36473
SyntaxKind.
ContinueForStatement
,
44390
SyntaxKind.
ContinueForStatement
Generated\Syntax.xml.Syntax.Generated.vb (1)
13958
''' <item><description><see cref="SyntaxKind.
ContinueForStatement
"/></description></item>
Parser\ParseStatement.vb (2)
41
kind = SyntaxKind.
ContinueForStatement
69
kind = SyntaxKind.
ContinueForStatement
Microsoft.CodeAnalysis.VisualBasic.Features (6)
CodeFixes\IncorrectExitContinue\IncorrectExitContinueCodeFixProvider.vb (1)
297
Return SyntaxKind.
ContinueForStatement
EditAndContinue\SyntaxComparer.vb (1)
568
SyntaxKind.
ContinueForStatement
GoToDefinition\VisualBasicGoToDefinitionSymbolService.vb (1)
81
Case SyntaxKind.
ContinueForStatement
Highlighting\KeywordHighlighters\ForLoopBlockHighlighter.vb (1)
57
If node.IsIncorrectContinueStatement(SyntaxKind.
ContinueForStatement
) OrElse
InvertIf\VisualBasicInvertIfCodeRefactoringProvider.vb (2)
45
Return SyntaxKind.
ContinueForStatement
82
Case SyntaxKind.
ContinueForStatement
Microsoft.CodeAnalysis.VisualBasic.Syntax.UnitTests (1)
Syntax\SyntaxFactsTest.vb (1)
368
For Each item As SyntaxKind In {SyntaxKind.ContinueWhileStatement, SyntaxKind.ContinueDoStatement, SyntaxKind.
ContinueForStatement
}
Microsoft.CodeAnalysis.VisualBasic.Workspaces (1)
Classification\ClassificationHelpers.vb (1)
129
SyntaxKind.
ContinueForStatement
,