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