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