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)
160Debug.Assert(_labelIndex != UnknownInstrIndex); 161return frame.Interpreter._labels[_labelIndex]; 166Debug.Assert(_labelIndex != UnknownInstrIndex); 167int targetIndex = labelIndexer(_labelIndex); 173Debug.Assert(_labelIndex != UnknownInstrIndex); 174return InstructionName + "[" + _labelIndex + "]"; 250return frame.Goto(_labelIndex, _labelTargetGetsValue ? value : Interpreter.NoValue, gotoExceptionHandler: false); 292frame.PushContinuation(_labelIndex); 390public override string ToString() => _hasFinally ? "EnterTryFinally[" + _labelIndex + "]" : "EnterTryCatch"; 419frame.PushContinuation(_labelIndex);