1 write to _hasValue
System.Linq.Expressions (1)
System\Linq\Expressions\Interpreter\ControlFlowInstructions.cs (1)
676_hasValue = hasValue;
2 references to _hasValue
System.Linq.Expressions (2)
System\Linq\Expressions\Interpreter\ControlFlowInstructions.cs (2)
682public override int ConsumedStack => _hasValue ? 1 : 0; 683public override int ProducedStack => _hasValue ? 1 : 0;