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)
226public override int ConsumedStack => _hasValue ? 1 : 0; 255object? value = _hasValue ? frame.Pop() : Interpreter.NoValue;