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