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()) 8714case BoundKind.ForStatement:
Lowering\LocalRewriter\LocalRewriter_ForStatement.cs (2)
52Debug.Assert(original.Kind == BoundKind.ForStatement || original.Kind == BoundKind.ForEachStatement); 152case BoundKind.ForStatement:
Operations\CSharpOperationFactory.cs (1)
176case BoundKind.ForStatement: