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