5 references to ForStatement
Microsoft.CodeAnalysis.CSharp (5)
Generated\BoundNodes.xml.Generated.cs (2)
3884
: base(BoundKind.
ForStatement
, syntax, breakLabel, continueLabel, hasErrors || initializer.HasErrors() || condition.HasErrors() || increment.HasErrors() || body.HasErrors())
8714
case BoundKind.
ForStatement
:
Lowering\LocalRewriter\LocalRewriter_ForStatement.cs (2)
52
Debug.Assert(original.Kind == BoundKind.
ForStatement
|| original.Kind == BoundKind.ForEachStatement);
152
case BoundKind.
ForStatement
:
Operations\CSharpOperationFactory.cs (1)
176
case BoundKind.
ForStatement
: