3 references to UInt64Precision
System.Private.CoreLib (3)
src\libraries\System.Private.CoreLib\src\System\Number.Formatting.cs (3)
2011number.DigitsCount = UInt64Precision; 2015byte* p = UInt64ToDecChars(buffer + UInt64Precision, value, 0); 2017int i = (int)(buffer + UInt64Precision - p);