1 write to s_storeLocal
System.Linq.Expressions (1)
System\Linq\Expressions\Interpreter\InstructionList.cs (1)
505s_storeLocal ??= new Instruction[LocalInstrCacheSize];
2 references to s_storeLocal
System.Linq.Expressions (2)
System\Linq\Expressions\Interpreter\InstructionList.cs (2)
507if (index < s_storeLocal.Length) 509Emit(s_storeLocal[index] ??= new StoreLocalInstruction(index));