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