1 implementation of AtLoopBottom
Microsoft.CodeAnalysis (1)
Generated\Operations.Generated.cs (1)
4340
public ImmutableArray<IOperation>
AtLoopBottom
{ get; }
2 references to AtLoopBottom
Microsoft.CodeAnalysis (2)
Generated\Operations.Generated.cs (1)
230
/// <see cref="ILoopOperation.Body" /> and <see cref="
AtLoopBottom
" />.
Operations\ControlFlowGraphBuilder.cs (1)
5775
VisitStatements(operation.
AtLoopBottom
);