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