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