2 references to UInt64Powers10
System.Private.CoreLib (2)
src\libraries\System.Private.CoreLib\src\System\Decimal.DecCalc.cs (2)
1427ulong power = UInt64Powers10[scale]; 1819UInt64x64To128(mant, UInt64Powers10[power - 1], ref result);