Implemented interface member:
property
AtLoopBottom
Microsoft.CodeAnalysis.Operations.IForLoopOperation.AtLoopBottom
1 write to AtLoopBottom
Microsoft.CodeAnalysis (1)
Generated\Operations.Generated.cs (1)
4333AtLoopBottom = SetParentOperation(atLoopBottom, this);
8 references to AtLoopBottom
Microsoft.CodeAnalysis (8)
Generated\Operations.Generated.cs (8)
4342AtLoopBottom.Length + 43533 when index < AtLoopBottom.Length 4354=> AtLoopBottom[index], 4373if (!AtLoopBottom.IsEmpty) return (true, 3, 0); 4375case 3 when previousIndex + 1 < AtLoopBottom.Length: 4389if (!AtLoopBottom.IsEmpty) return (true, 3, AtLoopBottom.Length - 1); 10889return 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);