2 references to IsSignedIntegralType
System.Data.Services (2)
System\Data\Services\Parsing\RequestQueryParser.cs (2)
860
if (
IsSignedIntegralType
(targetA) && IsUnsignedIntegralType(targetB))
864
else if (
IsSignedIntegralType
(targetB) && IsUnsignedIntegralType(targetA))