1 write to _hoistedVariables
System.Linq.Expressions (1)
System\Linq\Expressions\Interpreter\TypeOperations.cs (1)
473
_hoistedVariables
= hoistedVariables;
2 references to _hoistedVariables
System.Linq.Expressions (2)
System\Linq\Expressions\Interpreter\TypeOperations.cs (2)
483
if (
_hoistedVariables
!= null)
485
operand = new ExpressionQuoter(
_hoistedVariables
, frame).Visit(operand);