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