4 references to CacheSize
System.Linq.Expressions (4)
System\Linq\Expressions\Interpreter\ControlFlowInstructions.cs (4)
50public override Instruction[] Cache => field ??= new Instruction[CacheSize]; 70public override Instruction[] Cache => field ??= new Instruction[CacheSize]; 90public override Instruction[] Cache => field ??= new Instruction[CacheSize]; 118return s_caches[ConsumedStack][ProducedStack] ??= new Instruction[CacheSize];