1 write to _hasResult
System.Linq.Expressions (1)
System\Linq\Expressions\Interpreter\ControlFlowInstructions.cs (1)
138
_hasResult
= hasResult;
1 reference to _hasResult
System.Linq.Expressions (1)
System\Linq\Expressions\Interpreter\ControlFlowInstructions.cs (1)
144
public override int ProducedStack =>
_hasResult
? 1 : 0;