2 references to ToUInt16
System.Private.CoreLib (2)
src\libraries\System.Private.CoreLib\src\System\Convert.cs (1)
912public static ushort ToUInt16(int value) => ToUInt16((uint)value);
src\libraries\System.Private.CoreLib\src\System\UInt32.cs (1)
222return Convert.ToUInt16(m_value);