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