2 instantiations of LessThanSByte
System.Linq.Expressions (2)
System\Linq\Expressions\Interpreter\LessThanInstruction.cs (2)
283TypeCode.SByte => s_liftedToNullSByte ??= new LessThanSByte(null), 301TypeCode.SByte => s_SByte ??= new LessThanSByte(Utils.BoxedFalse),