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