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