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