1 write to Index
System.Linq.Expressions (1)
System\Linq\Expressions\Interpreter\BranchLabel.cs (1)
18
Index
= index;
8 references to Index
System.Linq.Expressions (8)
System\Linq\Expressions\Interpreter\BranchLabel.cs (1)
24
string.Create(CultureInfo.InvariantCulture, $"->{
Index
} C({ContinuationStackDepth}) S({StackDepth})");
System\Linq\Expressions\Interpreter\ControlFlowInstructions.cs (1)
701
return GetLabel(frame).
Index
- frame.InstructionIndex;
System\Linq\Expressions\Interpreter\InstructionList.cs (1)
58
(index) => _array.Labels[index].
Index
,
System\Linq\Expressions\Interpreter\InterpretedFrame.cs (4)
205
return target.
Index
- InstructionIndex;
221
return currentTarget.
Index
- InstructionIndex;
233
return pendingTarget.
Index
- InstructionIndex;
265
return target.
Index
- InstructionIndex;
System\Linq\Expressions\Interpreter\LightCompiler.cs (1)
148
int index = interpreter._labels[filter.LabelIndex].
Index
;