7 references to NoValue
System.Linq.Expressions (7)
System\Linq\Expressions\Interpreter\ControlFlowInstructions.cs (2)
255object? value = _hasValue ? frame.Pop() : Interpreter.NoValue; 256return frame.Goto(_labelIndex, _labelTargetGetsValue ? value : Interpreter.NoValue, gotoExceptionHandler: false);
System\Linq\Expressions\Interpreter\InterpretedFrame.cs (5)
52_pendingValue = Interpreter.NoValue; 225if (_pendingValue != Interpreter.NoValue) 232_pendingValue = Interpreter.NoValue; 242_pendingValue = Interpreter.NoValue; 261if (value != Interpreter.NoValue)