2 instantiations of GreaterThanOrEqualSingle
System.Linq.Expressions (2)
System\Linq\Expressions\Interpreter\GreaterThanOrEqualInstruction.cs (2)
293
TypeCode.Single => s_liftedToNullSingle ??= new
GreaterThanOrEqualSingle
(null),
311
TypeCode.Single => s_Single ??= new
GreaterThanOrEqualSingle
(Utils.BoxedFalse),