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