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