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