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