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)
115
get { return
_hoistedLocals
?? _closureHoistedLocals; }
301
AddLocal(lc,
_hoistedLocals
.SelfVariable);
308
if (
_hoistedLocals
== null)
314
lc.IL.EmitPrimitive(
_hoistedLocals
.Variables.Count);
319
foreach (ParameterExpression v in
_hoistedLocals
.Variables)
333
else if (v ==
_hoistedLocals
.ParentVariable)
354
EmitSet(
_hoistedLocals
.SelfVariable);