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