3 references to VarDecCmpSub
System.Private.CoreLib (3)
src\runtime\src\libraries\System.Private.CoreLib\src\System\Decimal.DecCalc.cs (3)
1335
return
VarDecCmpSub
(in d1, in d2) == 0;
1355
return
VarDecCmpSub
(in d1, in d2);
2191
int cmp =
VarDecCmpSub
(in Unsafe.As<DecCalc, decimal>(ref d1), in Unsafe.As<DecCalc, decimal>(ref d2));