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