3 references to UInt32ToDecChars
System.Private.CoreLib (3)
src\runtime\src\libraries\System.Private.CoreLib\src\System\Number.Formatting.cs (3)
915int exponentPos = UInt32ToDecChars<TChar>(exponentBuffer, digitCount, (uint)actualExponent); 2031int pos = UInt32ToDecChars<TChar>(destination, bufferLength, value); 2051UInt32ToDecChars<TChar>(destination, bufferLength, value);