27 references to ContinueForStatement
Microsoft.CodeAnalysis.VisualBasic (19)
Binding\Binder_Statements.vb (4)
121Case SyntaxKind.ContinueDoStatement, SyntaxKind.ContinueForStatement, SyntaxKind.ContinueWhileStatement 3232continueLabel:=GetContinueLabel(SyntaxKind.ContinueForStatement), 3519continueLabel:=GetContinueLabel(SyntaxKind.ContinueForStatement), 4906Case SyntaxKind.ContinueForStatement : id = ERRID.ERR_ContinueForNotWithinFor
Binding\ForOrForEachBlockBinder.vb (1)
24MyBase.New(enclosing, SyntaxKind.ContinueForStatement, SyntaxKind.ExitForStatement)
Binding\MemberSemanticModel.vb (1)
302SyntaxKind.ContinueForStatement,
Generated\Syntax.xml.Internal.Generated.vb (4)
46349Dim cached = SyntaxNodeCache.TryGetNode(SyntaxKind.ContinueForStatement, continueKeyword, blockKeyword, hash) 46354Dim result = New ContinueStatementSyntax(SyntaxKind.ContinueForStatement, continueKeyword, blockKeyword) 58427Dim cached = VisualBasicSyntaxNodeCache.TryGetNode(SyntaxKind.ContinueForStatement, continueKeyword, blockKeyword, _factoryContext, hash) 58432Dim 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)
568SyntaxKind.ContinueForStatement
GoToDefinition\VisualBasicGoToDefinitionSymbolService.vb (1)
81Case SyntaxKind.ContinueForStatement
Highlighting\KeywordHighlighters\ForLoopBlockHighlighter.vb (1)
57If node.IsIncorrectContinueStatement(SyntaxKind.ContinueForStatement) OrElse
InvertIf\VisualBasicInvertIfCodeRefactoringProvider.vb (2)
45Return SyntaxKind.ContinueForStatement 82Case SyntaxKind.ContinueForStatement
Microsoft.CodeAnalysis.VisualBasic.Syntax.UnitTests (1)
Syntax\SyntaxFactsTest.vb (1)
368For Each item As SyntaxKind In {SyntaxKind.ContinueWhileStatement, SyntaxKind.ContinueDoStatement, SyntaxKind.ContinueForStatement}
Microsoft.CodeAnalysis.VisualBasic.Workspaces (1)
Classification\ClassificationHelpers.vb (1)
129SyntaxKind.ContinueForStatement,