3 references to UInt32Precision
System.Private.CoreLib (3)
src\runtime\src\libraries\System.Private.CoreLib\src\System\Number.Formatting.cs (3)
2032
number.DigitsCount =
UInt32Precision
;
2036
byte* p = UInt32ToDecChars(buffer +
UInt32Precision
, value, 0);
2038
int i = (int)(buffer +
UInt32Precision
- p);