1 write to s_loadLocalBoxed
System.Linq.Expressions (1)
System\Linq\Expressions\Interpreter\InstructionList.cs (1)
449s_loadLocalBoxed ??= new Instruction[LocalInstrCacheSize];
2 references to s_loadLocalBoxed
System.Linq.Expressions (2)
System\Linq\Expressions\Interpreter\InstructionList.cs (2)
451if (index < s_loadLocalBoxed.Length) 453return s_loadLocalBoxed[index] ??= new LoadLocalBoxedInstruction(index);