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)
483if (_hoistedVariables != null) 485operand = new ExpressionQuoter(_hoistedVariables, frame).Visit(operand);