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)
382if (!local.InClosure && !local.IsBoxed) 436else if (local.IsBoxed) 461Debug.Assert(local.IsBoxed); 483else if (local.IsBoxed) 3147else if (_parameter.IsBoxed)
System\Linq\Expressions\Interpreter\LocalVariables.cs (2)
44string.Create(CultureInfo.InvariantCulture, $"{Index}: {(IsBoxed ? "boxed" : null)} {(InClosure ? "in closure" : null)}"); 115Debug.Assert(!local.IsBoxed && !local.InClosure);