1 implementation of AtLoopBottom
Microsoft.CodeAnalysis (1)
Generated\Operations.Generated.cs (1)
4340public 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)
5775VisitStatements(operation.AtLoopBottom);