3 references to ToUInt16
System.Private.CoreLib (3)
src\runtime\src\libraries\System.Private.CoreLib\src\System\Convert.cs (1)
951return decimal.ToUInt16(decimal.Round(value, 0));
src\runtime\src\libraries\System.Private.CoreLib\src\System\Decimal.cs (2)
931temp = ToUInt16(value); 943public static explicit operator ushort(decimal value) => ToUInt16(value);