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