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