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