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