1 write to _hasValue
System.Linq.Expressions (1)
System\Linq\Expressions\Interpreter\ControlFlowInstructions.cs (1)
233
_hasValue
= hasValue;
2 references to _hasValue
System.Linq.Expressions (2)
System\Linq\Expressions\Interpreter\ControlFlowInstructions.cs (2)
226
public override int ConsumedStack =>
_hasValue
? 1 : 0;
255
object? value =
_hasValue
? frame.Pop() : Interpreter.NoValue;