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()) 9038case BoundKind.ForStatement:
Lowering\LocalRewriter\LocalRewriter_ForStatement.cs (2)
51Debug.Assert(original.Kind is BoundKind.ForStatement or BoundKind.ForEachStatement or BoundKind.CollectionExpressionSpreadElement); 151case BoundKind.ForStatement:
Operations\CSharpOperationFactory.cs (1)
180case BoundKind.ForStatement: