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