19 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)
302SyntaxKind.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