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