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