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