2 references to ToStatements
Microsoft.CodeAnalysis.CSharp (2)
Operations\CSharpOperationFactory.cs (2)
1874
ImmutableArray<IOperation> before = CreateFromArray<BoundStatement, IOperation>(
ToStatements
(boundForStatement.Initializer));
1876
ImmutableArray<IOperation> atLoopBottom = CreateFromArray<BoundStatement, IOperation>(
ToStatements
(boundForStatement.Increment));