2 instantiations of LessThanChar
System.Linq.Expressions (2)
System\Linq\Expressions\Interpreter\LessThanInstruction.cs (2)
285
TypeCode.Char => s_liftedToNullChar ??= new
LessThanChar
(null),
303
TypeCode.Char => s_Char ??= new
LessThanChar
(Utils.BoxedFalse),