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)
166Debug.Assert(_labelIndex != UnknownInstrIndex); 167return frame.Interpreter._labels[_labelIndex]; 172Debug.Assert(_labelIndex != UnknownInstrIndex); 173int targetIndex = labelIndexer(_labelIndex); 179Debug.Assert(_labelIndex != UnknownInstrIndex); 180return InstructionName + "[" + _labelIndex + "]"; 256return frame.Goto(_labelIndex, _labelTargetGetsValue ? value : Interpreter.NoValue, gotoExceptionHandler: false); 298frame.PushContinuation(_labelIndex); 396public override string ToString() => _hasFinally ? "EnterTryFinally[" + _labelIndex + "]" : "EnterTryCatch"; 425frame.PushContinuation(_labelIndex);