2 instantiations of LessThanOrEqualChar
System.Linq.Expressions (2)
System\Linq\Expressions\Interpreter\LessThanOrEqualInstruction.cs (2)
286TypeCode.Char => s_liftedToNullChar ??= new LessThanOrEqualChar(null), 304TypeCode.Char => s_Char ??= new LessThanOrEqualChar(Utils.BoxedFalse),