15 references to ForEachStatement
Microsoft.CodeAnalysis.VisualBasic (15)
Binding\MemberSemanticModel.vb (1)
357SyntaxKind.ForEachStatement,
Compilation\SyntaxTreeSemanticModel.vb (1)
1818Debug.Assert(forBlockOrStatement.Kind <> SyntaxKind.ForEachStatement)
Generated\Syntax.xml.Internal.Generated.vb (2)
40397Return New ForEachStatementSyntax(SyntaxKind.ForEachStatement, forKeyword, eachKeyword, controlVariable, inKeyword, expression) 52463Return New ForEachStatementSyntax(SyntaxKind.ForEachStatement, forKeyword, eachKeyword, controlVariable, inKeyword, expression, _factoryContext)
Generated\Syntax.xml.Main.Generated.vb (5)
19104Case SyntaxKind.ForEachStatement 19977Return New ForEachStatementSyntax(SyntaxKind.ForEachStatement, Nothing, Nothing, DirectCast(forKeyword.Node, InternalSyntax.KeywordSyntax), DirectCast(eachKeyword.Node, InternalSyntax.KeywordSyntax), controlVariable, DirectCast(inKeyword.Node, InternalSyntax.KeywordSyntax), expression) 35916SyntaxKind.ForEachStatement, 36210SyntaxKind.ForEachStatement, 36512SyntaxKind.ForEachStatement,
Generated\Syntax.xml.Syntax.Generated.vb (1)
19463''' <item><description><see cref="SyntaxKind.ForEachStatement"/></description></item>
Parser\BlockContexts\BlockContext.vb (1)
468Case SyntaxKind.ForStatement, SyntaxKind.ForEachStatement
Parser\BlockContexts\ForBlockContext.vb (1)
27Debug.Assert(statement.Kind = SyntaxKind.ForStatement OrElse statement.Kind = SyntaxKind.ForEachStatement)
Symbols\Source\LocalSymbol.vb (1)
572Debug.Assert(node.IsKind(SyntaxKind.ForEachStatement))
Syntax\InternalSyntax\SyntaxNodeExtensions.vb (1)
839SyntaxKind.ForEachStatement
Syntax\SyntaxFacts.vb (1)
944parentKind = SyntaxKind.ForEachStatement