9 references to LocalInstrCacheSize
System.Linq.Expressions (9)
System\Linq\Expressions\Interpreter\InstructionList.cs (9)
430
s_loadLocal ??= new Instruction[
LocalInstrCacheSize
];
449
s_loadLocalBoxed ??= new Instruction[
LocalInstrCacheSize
];
463
s_loadLocalFromClosure ??= new Instruction[
LocalInstrCacheSize
];
477
s_loadLocalFromClosureBoxed ??= new Instruction[
LocalInstrCacheSize
];
491
s_assignLocal ??= new Instruction[
LocalInstrCacheSize
];
505
s_storeLocal ??= new Instruction[
LocalInstrCacheSize
];
524
s_assignLocalBoxed ??= new Instruction[
LocalInstrCacheSize
];
543
s_storeLocalBoxed ??= new Instruction[
LocalInstrCacheSize
];
557
s_assignLocalToClosure ??= new Instruction[
LocalInstrCacheSize
];