26 references to ContinueForStatement
Microsoft.CodeAnalysis.VisualBasic (19)
Binding\Binder_Statements.vb (4)
121Case SyntaxKind.ContinueDoStatement, SyntaxKind.ContinueForStatement, SyntaxKind.ContinueWhileStatement 3261continueLabel:=GetContinueLabel(SyntaxKind.ContinueForStatement), 3548continueLabel:=GetContinueLabel(SyntaxKind.ContinueForStatement), 4937Case SyntaxKind.ContinueForStatement : id = ERRID.ERR_ContinueForNotWithinFor
Binding\ForOrForEachBlockBinder.vb (1)
24MyBase.New(enclosing, SyntaxKind.ContinueForStatement, SyntaxKind.ExitForStatement)
Binding\MemberSemanticModel.vb (1)
301SyntaxKind.ContinueForStatement,
Generated\Syntax.xml.Internal.Generated.vb (4)
38409Dim cached = SyntaxNodeCache.TryGetNode(SyntaxKind.ContinueForStatement, continueKeyword, blockKeyword, hash) 38414Dim result = New ContinueStatementSyntax(SyntaxKind.ContinueForStatement, continueKeyword, blockKeyword) 50475Dim cached = VisualBasicSyntaxNodeCache.TryGetNode(SyntaxKind.ContinueForStatement, continueKeyword, blockKeyword, _factoryContext, hash) 50480Dim result = New ContinueStatementSyntax(SyntaxKind.ContinueForStatement, continueKeyword, blockKeyword, _factoryContext)
Generated\Syntax.xml.Main.Generated.vb (6)
13822Return New ContinueStatementSyntax(SyntaxKind.ContinueForStatement, Nothing, Nothing, DirectCast(continueKeyword.Node, InternalSyntax.KeywordSyntax), DirectCast(blockKeyword.Node, InternalSyntax.KeywordSyntax)) 13872Case SyntaxKind.ContinueForStatement 35877SyntaxKind.ContinueForStatement, 36171SyntaxKind.ContinueForStatement, 36473SyntaxKind.ContinueForStatement, 44390SyntaxKind.ContinueForStatement
Generated\Syntax.xml.Syntax.Generated.vb (1)
13958''' <item><description><see cref="SyntaxKind.ContinueForStatement"/></description></item>
Parser\ParseStatement.vb (2)
41kind = SyntaxKind.ContinueForStatement 69kind = SyntaxKind.ContinueForStatement
Microsoft.CodeAnalysis.VisualBasic.Features (6)
CodeFixes\IncorrectExitContinue\IncorrectExitContinueCodeFixProvider.vb (1)
297Return SyntaxKind.ContinueForStatement
EditAndContinue\SyntaxComparer.vb (1)
566SyntaxKind.ContinueForStatement
GoToDefinition\VisualBasicGoToDefinitionSymbolService.vb (1)
98Case SyntaxKind.ContinueForStatement
Highlighting\KeywordHighlighters\ForLoopBlockHighlighter.vb (1)
57If node.IsIncorrectContinueStatement(SyntaxKind.ContinueForStatement) OrElse
InvertIf\VisualBasicInvertIfCodeRefactoringProvider.vb (2)
51Return SyntaxKind.ContinueForStatement 88Case SyntaxKind.ContinueForStatement
Microsoft.CodeAnalysis.VisualBasic.Workspaces (1)
Classification\ClassificationHelpers.vb (1)
129SyntaxKind.ContinueForStatement,