Implemented interface member:
property
AtLoopBottom
Microsoft.CodeAnalysis.Operations.IForLoopOperation.AtLoopBottom
1 write to AtLoopBottom
Microsoft.CodeAnalysis (1)
Generated\Operations.Generated.cs (1)
4295AtLoopBottom = SetParentOperation(atLoopBottom, this);
8 references to AtLoopBottom
Microsoft.CodeAnalysis (8)
Generated\Operations.Generated.cs (8)
4304AtLoopBottom.Length + 43153 when index < AtLoopBottom.Length 4316=> AtLoopBottom[index], 4335if (!AtLoopBottom.IsEmpty) return (true, 3, 0); 4337case 3 when previousIndex + 1 < AtLoopBottom.Length: 4351if (!AtLoopBottom.IsEmpty) return (true, 3, AtLoopBottom.Length - 1); 10819return 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);