2 references to IsUnsigned
System.Linq.Expressions (2)
System\Dynamic\Utils\TypeUtils.cs (1)
973
internal static bool IsUnsigned(this Type type) =>
IsUnsigned
(GetNonNullableType(type).GetTypeCode());
System\Linq\Expressions\Compiler\ILGen.cs (1)
630
bool isFromUnsigned = tf.
IsUnsigned
();