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)
127
get { return
_hoistedLocals
?? _closureHoistedLocals; }
292
AddLocal(lc,
_hoistedLocals
.SelfVariable);
298
if (
_hoistedLocals
== null) {
303
lc.IL.EmitInt(
_hoistedLocals
.Variables.Count);
308
foreach (ParameterExpression v in
_hoistedLocals
.Variables) {
319
} else if (v ==
_hoistedLocals
.ParentVariable) {
342
EmitSet(
_hoistedLocals
.SelfVariable);