1 implementation of AtLoopBottom
Microsoft.CodeAnalysis (1)
Generated\Operations.Generated.cs (1)
4300public ImmutableArray<IOperation> AtLoopBottom { get; }
6 references to AtLoopBottom
Microsoft.CodeAnalysis (2)
Generated\Operations.Generated.cs (1)
230/// <see cref="ILoopOperation.Body" /> and <see cref="AtLoopBottom" />.
Operations\ControlFlowGraphBuilder.cs (1)
5764VisitStatements(operation.AtLoopBottom);
Microsoft.CodeAnalysis.Test.Utilities (4)
Compilation\OperationTreeVerifier.cs (1)
575VisitArray(operation.AtLoopBottom, "AtLoopBottom", logElementCount: false);
Compilation\TestOperationVisitor.cs (1)
303children = children.Concat(operation.AtLoopBottom);
Diagnostics\OperationTestAnalyzer.cs (2)
182if (forLoop.AtLoopBottom.Length == 1) 184IOperation advance = forLoop.AtLoopBottom[0];