6 references to FormatUInt32
System.Private.CoreLib (6)
src\libraries\System.Private.CoreLib\src\System\Byte.cs (2)
149
return Number.
FormatUInt32
(m_value, format, null);
159
return Number.
FormatUInt32
(m_value, format, provider);
src\libraries\System.Private.CoreLib\src\System\UInt16.cs (2)
105
return Number.
FormatUInt32
(m_value, format, null);
110
return Number.
FormatUInt32
(m_value, format, provider);
src\libraries\System.Private.CoreLib\src\System\UInt32.cs (2)
121
return Number.
FormatUInt32
(m_value, format, null);
126
return Number.
FormatUInt32
(m_value, format, provider);