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