15 references to ForStatement
Microsoft.CodeAnalysis.VisualBasic (15)
Binding\MemberSemanticModel.vb (1)
356SyntaxKind.ForStatement,
Compilation\SyntaxTreeSemanticModel.vb (1)
1817Debug.Assert(forBlockOrStatement.Kind <> SyntaxKind.ForStatement)
Generated\Syntax.xml.Internal.Generated.vb (2)
40332Return New ForStatementSyntax(SyntaxKind.ForStatement, forKeyword, controlVariable, equalsToken, fromValue, toKeyword, toValue, stepClause) 52398Return New ForStatementSyntax(SyntaxKind.ForStatement, forKeyword, controlVariable, equalsToken, fromValue, toKeyword, toValue, stepClause, _factoryContext)
Generated\Syntax.xml.Main.Generated.vb (5)
19062Case SyntaxKind.ForStatement 19510Return New ForStatementSyntax(SyntaxKind.ForStatement, Nothing, Nothing, DirectCast(forKeyword.Node, InternalSyntax.KeywordSyntax), controlVariable, DirectCast(equalsToken.Node, InternalSyntax.PunctuationSyntax), fromValue, DirectCast(toKeyword.Node, InternalSyntax.KeywordSyntax), toValue, stepClause) 35915SyntaxKind.ForStatement, 36209SyntaxKind.ForStatement, 36511SyntaxKind.ForStatement,
Generated\Syntax.xml.Syntax.Generated.vb (1)
19094''' <item><description><see cref="SyntaxKind.ForStatement"/></description></item>
Parser\BlockContexts\BlockContext.vb (1)
468Case SyntaxKind.ForStatement, SyntaxKind.ForEachStatement
Parser\BlockContexts\ForBlockContext.vb (2)
25MyBase.New(If(statement.Kind = SyntaxKind.ForStatement, SyntaxKind.ForBlock, SyntaxKind.ForEachBlock), statement, prevContext) 27Debug.Assert(statement.Kind = SyntaxKind.ForStatement OrElse statement.Kind = SyntaxKind.ForEachStatement)
Symbols\Source\LocalSymbol.vb (1)
565Debug.Assert(node.IsKind(SyntaxKind.ForStatement))
Syntax\InternalSyntax\SyntaxNodeExtensions.vb (1)
838SyntaxKind.ForStatement,