1 write to s_storeLocalBoxed
System.Linq.Expressions (1)
System\Linq\Expressions\Interpreter\InstructionList.cs (1)
543
s_storeLocalBoxed
??= new Instruction[LocalInstrCacheSize];
2 references to s_storeLocalBoxed
System.Linq.Expressions (2)
System\Linq\Expressions\Interpreter\InstructionList.cs (2)
545
if (index <
s_storeLocalBoxed
.Length)
547
return
s_storeLocalBoxed
[index] ??= new StoreLocalBoxedInstruction(index);