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