1 instantiation of NotEqualSingle
System.Linq.Expressions (1)
System\Linq\Expressions\Interpreter\NotEqualInstruction.cs (1)
528
case TypeCode.Single: return s_Single ??= new
NotEqualSingle
();