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