5 references to ForStatement
Microsoft.CodeAnalysis.CSharp (5)
Generated\BoundNodes.xml.Generated.cs (2)
3995
: base(BoundKind.
ForStatement
, syntax, breakLabel, continueLabel, hasErrors || initializer.HasErrors() || condition.HasErrors() || increment.HasErrors() || body.HasErrors())
9038
case BoundKind.
ForStatement
:
Lowering\LocalRewriter\LocalRewriter_ForStatement.cs (2)
51
Debug.Assert(original.Kind is BoundKind.
ForStatement
or BoundKind.ForEachStatement or BoundKind.CollectionExpressionSpreadElement);
151
case BoundKind.
ForStatement
:
Operations\CSharpOperationFactory.cs (1)
180
case BoundKind.
ForStatement
: