1 write to _labelTargetGetsValue
System.Linq.Expressions (1)
System\Linq\Expressions\Interpreter\ControlFlowInstructions.cs (1)
234
_labelTargetGetsValue
= labelTargetGetsValue;
1 reference to _labelTargetGetsValue
System.Linq.Expressions (1)
System\Linq\Expressions\Interpreter\ControlFlowInstructions.cs (1)
256
return frame.Goto(_labelIndex,
_labelTargetGetsValue
? value : Interpreter.NoValue, gotoExceptionHandler: false);