1 write to s_loadLocal
System.Linq.Expressions (1)
System\Linq\Expressions\Interpreter\InstructionList.cs (1)
430
s_loadLocal
??= new Instruction[LocalInstrCacheSize];
2 references to s_loadLocal
System.Linq.Expressions (2)
System\Linq\Expressions\Interpreter\InstructionList.cs (2)
432
if (index <
s_loadLocal
.Length)
434
Emit(
s_loadLocal
[index] ??= new LoadLocalInstruction(index));