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