2 references to ToUInt32
System.Private.CoreLib (2)
src\libraries\System.Private.CoreLib\src\System\Convert.cs (1)
1172
public static uint ToUInt32(long value) =>
ToUInt32
((ulong)value);
src\libraries\System.Private.CoreLib\src\System\UInt64.cs (1)
231
return Convert.
ToUInt32
(m_value);