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