1 write to s_assignLocalToClosure
System.Linq.Expressions (1)
System\Linq\Expressions\Interpreter\InstructionList.cs (1)
557s_assignLocalToClosure ??= new Instruction[LocalInstrCacheSize];
2 references to s_assignLocalToClosure
System.Linq.Expressions (2)
System\Linq\Expressions\Interpreter\InstructionList.cs (2)
559if (index < s_assignLocalToClosure.Length) 561Emit(s_assignLocalToClosure[index] ??= new AssignLocalToClosureInstruction(index));