1 implementation of AtLoopBottom
Microsoft.CodeAnalysis (1)
Generated\Operations.Generated.cs (1)
4300
public 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)
5764
VisitStatements(operation.
AtLoopBottom
);
Microsoft.CodeAnalysis.Test.Utilities (4)
Compilation\OperationTreeVerifier.cs (1)
575
VisitArray(operation.
AtLoopBottom
, "AtLoopBottom", logElementCount: false);
Compilation\TestOperationVisitor.cs (1)
303
children = children.Concat(operation.
AtLoopBottom
);
Diagnostics\OperationTestAnalyzer.cs (2)
182
if (forLoop.
AtLoopBottom
.Length == 1)
184
IOperation advance = forLoop.
AtLoopBottom
[0];