Implemented interface member:
property
AtLoopBottom
Microsoft.CodeAnalysis.Operations.IForLoopOperation.AtLoopBottom
1 write to AtLoopBottom
Microsoft.CodeAnalysis (1)
Generated\Operations.Generated.cs (1)
3922AtLoopBottom = SetParentOperation(atLoopBottom, this);
8 references to AtLoopBottom
Microsoft.CodeAnalysis (8)
Generated\Operations.Generated.cs (8)
3931AtLoopBottom.Length + 39423 when index < AtLoopBottom.Length 3943=> AtLoopBottom[index], 3962if (!AtLoopBottom.IsEmpty) return (true, 3, 0); 3964case 3 when previousIndex + 1 < AtLoopBottom.Length: 3978if (!AtLoopBottom.IsEmpty) return (true, 3, AtLoopBottom.Length - 1); 10269return 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);