4 overrides of Cache
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];
119
public override Instruction[]
Cache
1 reference to Cache
System.Linq.Expressions (1)
System\Linq\Expressions\Interpreter\ControlFlowInstructions.cs (1)
28
Instruction[] cache =
Cache
;