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