2 references to HalfToUInt16Bits
System.Private.CoreLib (2)
src\runtime\src\libraries\System.Private.CoreLib\src\System\Half.cs (2)
1222ushort bits = BitConverter.HalfToUInt16Bits(value); 2406static ulong IBinaryFloatParseAndFormatInfo<Half>.FloatToBits(Half value) => BitConverter.HalfToUInt16Bits(value);