Implemented interface member:
property
Before
Microsoft.CodeAnalysis.Operations.IForLoopOperation.Before
1 write to Before
Microsoft.CodeAnalysis (1)
Generated\Operations.Generated.cs (1)
4332Before = SetParentOperation(before, this);
8 references to Before
Microsoft.CodeAnalysis (8)
Generated\Operations.Generated.cs (8)
4342Before.Length + 43490 when index < Before.Length 4350=> Before[index], 4364if (!Before.IsEmpty) return (true, 0, 0); 4366case 0 when previousIndex + 1 < Before.Length: 4402if (!Before.IsEmpty) return (true, 0, Before.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);