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