2 instantiations of LessThanUInt64
System.Linq.Expressions (2)
System\Linq\Expressions\Interpreter\LessThanInstruction.cs (2)
291
TypeCode.UInt64 => s_liftedToNullUInt64 ??= new
LessThanUInt64
(null),
309
TypeCode.UInt64 => s_UInt64 ??= new
LessThanUInt64
(Utils.BoxedFalse),