2 writes to _hoistedLocals
System.Core (2)
Microsoft\Scripting\Compiler\CompilerScope.cs (2)
168_hoistedLocals = null; 291_hoistedLocals = new HoistedLocals(_closureHoistedLocals, hoistedVars);
7 references to _hoistedLocals
System.Core (7)
Microsoft\Scripting\Compiler\CompilerScope.cs (7)
127get { return _hoistedLocals ?? _closureHoistedLocals; } 292AddLocal(lc, _hoistedLocals.SelfVariable); 298if (_hoistedLocals == null) { 303lc.IL.EmitInt(_hoistedLocals.Variables.Count); 308foreach (ParameterExpression v in _hoistedLocals.Variables) { 319} else if (v == _hoistedLocals.ParentVariable) { 342EmitSet(_hoistedLocals.SelfVariable);