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