2 references to ToUInt16
System.Private.CoreLib (2)
src\libraries\System.Private.CoreLib\src\System\Convert.cs (1)
928
public static ushort ToUInt16(long value) =>
ToUInt16
((ulong)value);
src\libraries\System.Private.CoreLib\src\System\UInt64.cs (1)
221
return Convert.
ToUInt16
(m_value);