Implemented interface member:
property
Before
Microsoft.CodeAnalysis.Operations.IForLoopOperation.Before
1 write to Before
Microsoft.CodeAnalysis (1)
Generated\Operations.Generated.cs (1)
4292Before = SetParentOperation(before, this);
8 references to Before
Microsoft.CodeAnalysis (8)
Generated\Operations.Generated.cs (8)
4302Before.Length + 43090 when index < Before.Length 4310=> Before[index], 4324if (!Before.IsEmpty) return (true, 0, 0); 4326case 0 when previousIndex + 1 < Before.Length: 4362if (!Before.IsEmpty) return (true, 0, Before.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);