1 implementation of AtLoopBottom
Microsoft.CodeAnalysis (1)
Generated\Operations.Generated.cs (1)
4340public ImmutableArray<IOperation> AtLoopBottom { get; }
3 references to AtLoopBottom
Microsoft.AspNetCore.Components.Analyzers (1)
ForLoopIteratorInClosureAnalyzer.cs (1)
131foreach (var bottomOperation in forLoopOperation.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);