2 references to InternalUnsignedCompare
System.Private.CoreLib (2)
src\runtime\src\libraries\System.Private.CoreLib\src\System\Number.DecimalIeee754.cs (2)
159int result = InternalUnsignedCompare(current, other); 184return -InternalUnsignedCompare(other, current);