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