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