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