1 write to IsBoxed
System.Linq.Expressions (1)
System\Linq\Expressions\Interpreter\LocalVariables.cs (1)
116
_variables[variable].Variable.
IsBoxed
= true;
7 references to IsBoxed
System.Linq.Expressions (7)
System\Linq\Expressions\Interpreter\LightCompiler.cs (5)
382
if (!local.InClosure && !local.
IsBoxed
)
436
else if (local.
IsBoxed
)
461
Debug.Assert(local.
IsBoxed
);
483
else if (local.
IsBoxed
)
3147
else if (_parameter.
IsBoxed
)
System\Linq\Expressions\Interpreter\LocalVariables.cs (2)
44
string.Create(CultureInfo.InvariantCulture, $"{Index}: {(
IsBoxed
? "boxed" : null)} {(InClosure ? "in closure" : null)}");
115
Debug.Assert(!local.
IsBoxed
&& !local.InClosure);