2 instantiations of GreaterThanOrEqualDouble
System.Linq.Expressions (2)
System\Linq\Expressions\Interpreter\GreaterThanOrEqualInstruction.cs (2)
294
TypeCode.Double => s_liftedToNullDouble ??= new
GreaterThanOrEqualDouble
(null),
312
TypeCode.Double => s_Double ??= new
GreaterThanOrEqualDouble
(Utils.BoxedFalse),