2 writes to _hoistedLocals
System.Linq.Expressions (2)
System\Linq\Expressions\Compiler\CompilerScope.cs (2)
162_hoistedLocals = null; 300_hoistedLocals = new HoistedLocals(_closureHoistedLocals, hoistedVars);
7 references to _hoistedLocals
System.Linq.Expressions (7)
System\Linq\Expressions\Compiler\CompilerScope.cs (7)
115get { return _hoistedLocals ?? _closureHoistedLocals; } 301AddLocal(lc, _hoistedLocals.SelfVariable); 308if (_hoistedLocals == null) 314lc.IL.EmitPrimitive(_hoistedLocals.Variables.Count); 319foreach (ParameterExpression v in _hoistedLocals.Variables) 333else if (v == _hoistedLocals.ParentVariable) 354EmitSet(_hoistedLocals.SelfVariable);