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