Implemented interface member:
property
AtLoopBottom
Microsoft.CodeAnalysis.Operations.IForLoopOperation.AtLoopBottom
1 write to AtLoopBottom
Microsoft.CodeAnalysis (1)
Generated\Operations.Generated.cs (1)
4335AtLoopBottom = SetParentOperation(atLoopBottom, this);
8 references to AtLoopBottom
Microsoft.CodeAnalysis (8)
Generated\Operations.Generated.cs (8)
4344AtLoopBottom.Length + 43553 when index < AtLoopBottom.Length 4356=> AtLoopBottom[index], 4375if (!AtLoopBottom.IsEmpty) return (true, 3, 0); 4377case 3 when previousIndex + 1 < AtLoopBottom.Length: 4391if (!AtLoopBottom.IsEmpty) return (true, 3, AtLoopBottom.Length - 1); 10891return new ForLoopOperation(VisitArray(internalOperation.Before), internalOperation.ConditionLocals, Visit(internalOperation.Condition), VisitArray(internalOperation.AtLoopBottom), Visit(internalOperation.Body), internalOperation.Locals, internalOperation.ContinueLabel, internalOperation.ExitLabel, internalOperation.OwningSemanticModel, internalOperation.Syntax, internalOperation.IsImplicit);