3 references to IsFloatingPoint
System.Linq.Expressions (3)
System\Dynamic\Utils\TypeUtils.cs (1)
991internal static bool IsFloatingPoint(this Type type) => IsFloatingPoint(GetNonNullableType(type).GetTypeCode());
System\Linq\Expressions\Compiler\ILGen.cs (2)
777? (isFromUnsigned || tf.IsFloatingPoint() ? OpCodes.Conv_Ovf_U8_Un : OpCodes.Conv_Ovf_U8) 778: (isFromUnsigned || tf.IsFloatingPoint() ? OpCodes.Conv_U8 : OpCodes.Conv_I8);