1 write to _labelIndex
System.Linq.Expressions (1)
System\Linq\Expressions\Interpreter\ControlFlowInstructions.cs (1)
161
_labelIndex
= labelIndex;
10 references to _labelIndex
System.Linq.Expressions (10)
System\Linq\Expressions\Interpreter\ControlFlowInstructions.cs (10)
166
Debug.Assert(
_labelIndex
!= UnknownInstrIndex);
167
return frame.Interpreter._labels[
_labelIndex
];
172
Debug.Assert(
_labelIndex
!= UnknownInstrIndex);
173
int targetIndex = labelIndexer(
_labelIndex
);
179
Debug.Assert(
_labelIndex
!= UnknownInstrIndex);
180
return InstructionName + "[" +
_labelIndex
+ "]";
256
return frame.Goto(
_labelIndex
, _labelTargetGetsValue ? value : Interpreter.NoValue, gotoExceptionHandler: false);
298
frame.PushContinuation(
_labelIndex
);
396
public override string ToString() => _hasFinally ? "EnterTryFinally[" +
_labelIndex
+ "]" : "EnterTryCatch";
425
frame.PushContinuation(
_labelIndex
);