2 references to ToUInt32
System.Private.CoreLib (2)
src\libraries\System.Private.CoreLib\src\System\Convert.cs (1)
1184return ToUInt32((double)value);
src\libraries\System.Private.CoreLib\src\System\Double.cs (1)
489return Convert.ToUInt32(m_value);