1 write to s_assignLocalBoxed
System.Linq.Expressions (1)
System\Linq\Expressions\Interpreter\InstructionList.cs (1)
524
s_assignLocalBoxed
??= new Instruction[LocalInstrCacheSize];
2 references to s_assignLocalBoxed
System.Linq.Expressions (2)
System\Linq\Expressions\Interpreter\InstructionList.cs (2)
526
if (index <
s_assignLocalBoxed
.Length)
528
return
s_assignLocalBoxed
[index] ??= new AssignLocalBoxedInstruction(index);