1 write to s_assignLocal
System.Linq.Expressions (1)
System\Linq\Expressions\Interpreter\InstructionList.cs (1)
491s_assignLocal ??= new Instruction[LocalInstrCacheSize];
2 references to s_assignLocal
System.Linq.Expressions (2)
System\Linq\Expressions\Interpreter\InstructionList.cs (2)
493if (index < s_assignLocal.Length) 495Emit(s_assignLocal[index] ??= new AssignLocalInstruction(index));