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