2 references to GreaterThanDouble
System.Linq.Expressions (2)
System\Linq\Expressions\Interpreter\GreaterThanInstruction.cs (2)
294
TypeCode.Double => s_liftedToNullDouble ??= new
GreaterThanDouble
(null),
312
TypeCode.Double => s_Double ??= new
GreaterThanDouble
(Utils.BoxedFalse),