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