8 references to CacheSize
System.Linq.Expressions (8)
System\Linq\Expressions\Interpreter\ControlFlowInstructions.cs (8)
205
private static readonly GotoInstruction[] s_cache = new GotoInstruction[Variants *
CacheSize
];
233
if (labelIndex <
CacheSize
)
477
private static readonly EnterFinallyInstruction[] s_cache = new EnterFinallyInstruction[
CacheSize
];
490
if (labelIndex <
CacheSize
)
539
private static readonly EnterFaultInstruction[] s_cache = new EnterFaultInstruction[
CacheSize
];
551
if (labelIndex <
CacheSize
)
663
private static readonly LeaveExceptionHandlerInstruction[] s_cache = new LeaveExceptionHandlerInstruction[2 *
CacheSize
];
681
if (labelIndex <
CacheSize
)