2 references to LoadLocalBoxed
System.Linq.Expressions (2)
System\Linq\Expressions\Interpreter\InstructionList.cs (1)
444
Emit(
LoadLocalBoxed
(index));
System\Linq\Expressions\Interpreter\LocalAccess.cs (1)
55
return (index == _index) ? InstructionList.
LoadLocalBoxed
(index) : null;