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)
143public override int ConsumedStack => _hasValue ? 1 : 0;