1 write to s_loadLocalBoxed
System.Linq.Expressions (1)
System\Linq\Expressions\Interpreter\InstructionList.cs (1)
449
s_loadLocalBoxed
??= new Instruction[LocalInstrCacheSize];
2 references to s_loadLocalBoxed
System.Linq.Expressions (2)
System\Linq\Expressions\Interpreter\InstructionList.cs (2)
451
if (index <
s_loadLocalBoxed
.Length)
453
return
s_loadLocalBoxed
[index] ??= new LoadLocalBoxedInstruction(index);