4 references to CacheSize
System.Linq.Expressions (4)
System\Linq\Expressions\Interpreter\ControlFlowInstructions.cs (4)
52public override Instruction[] Cache => s_cache ??= new Instruction[CacheSize]; 74public override Instruction[] Cache => s_cache ??= new Instruction[CacheSize]; 96public override Instruction[] Cache => s_cache ??= new Instruction[CacheSize]; 124return s_caches[ConsumedStack][ProducedStack] ??= new Instruction[CacheSize];