1 write to s_loadLocalFromClosureBoxed
System.Linq.Expressions (1)
System\Linq\Expressions\Interpreter\InstructionList.cs (1)
477s_loadLocalFromClosureBoxed ??= new Instruction[LocalInstrCacheSize];
2 references to s_loadLocalFromClosureBoxed
System.Linq.Expressions (2)
System\Linq\Expressions\Interpreter\InstructionList.cs (2)
479if (index < s_loadLocalFromClosureBoxed.Length) 481Emit(s_loadLocalFromClosureBoxed[index] ??= new LoadLocalFromClosureBoxedInstruction(index));