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