8 references to CacheSize
System.Linq.Expressions (8)
System\Linq\Expressions\Interpreter\ControlFlowInstructions.cs (8)
211
private static readonly GotoInstruction[] s_cache = new GotoInstruction[Variants *
CacheSize
];
239
if (labelIndex <
CacheSize
)
483
private static readonly EnterFinallyInstruction[] s_cache = new EnterFinallyInstruction[
CacheSize
];
496
if (labelIndex <
CacheSize
)
545
private static readonly EnterFaultInstruction[] s_cache = new EnterFaultInstruction[
CacheSize
];
557
if (labelIndex <
CacheSize
)
669
private static readonly LeaveExceptionHandlerInstruction[] s_cache = new LeaveExceptionHandlerInstruction[2 *
CacheSize
];
687
if (labelIndex <
CacheSize
)