2 references to BigMul
System.Private.CoreLib (2)
src\libraries\System.Private.CoreLib\src\System\Int128.cs (1)
1187
UInt128 upper = UInt128.
BigMul
((UInt128)(left), (UInt128)(right), out UInt128 ulower);
src\libraries\System.Private.CoreLib\src\System\UInt128.cs (1)
1358
UInt128 upper =
BigMul
(left, right, out UInt128 lower);