Implemented interface member:
property
Before
Microsoft.CodeAnalysis.Operations.IForLoopOperation.Before
1 write to Before
Microsoft.CodeAnalysis (1)
Generated\Operations.Generated.cs (1)
3919
Before
= SetParentOperation(before, this);
8 references to Before
Microsoft.CodeAnalysis (8)
Generated\Operations.Generated.cs (8)
3929
Before
.Length +
3936
0 when index <
Before
.Length
3937
=>
Before
[index],
3951
if (!
Before
.IsEmpty) return (true, 0, 0);
3953
case 0 when previousIndex + 1 <
Before
.Length:
3989
if (!
Before
.IsEmpty) return (true, 0,
Before
.Length - 1);
10269
return 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);