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