1 write to _hasValue
System.Linq.Expressions (1)
System\Linq\Expressions\Interpreter\ControlFlowInstructions.cs (1)
139
_hasValue
= hasValue;
1 reference to _hasValue
System.Linq.Expressions (1)
System\Linq\Expressions\Interpreter\ControlFlowInstructions.cs (1)
143
public override int ConsumedStack =>
_hasValue
? 1 : 0;