2 references to PushIntMaxCachedValue
System.Linq.Expressions (2)
System\Linq\Expressions\Interpreter\InstructionList.cs (2)
362if (i >= PushIntMinCachedValue && i <= PushIntMaxCachedValue) 364s_Ints ??= new Instruction[PushIntMaxCachedValue - PushIntMinCachedValue + 1];