8 references to UInt16
System.Formats.Nrbf (8)
System\Formats\Nrbf\NrbfDecoder.cs (2)
258
PrimitiveType.
UInt16
=> new MemberPrimitiveTypedRecord<ushort>(reader.ReadUInt16()),
284
PrimitiveType.
UInt16
=> Decode<ushort>(info, reader),
System\Formats\Nrbf\RectangularArrayRecord.cs (3)
171
PrimitiveType.
UInt16
=> sizeof(ushort),
232
PrimitiveType.
UInt16
=> typeof(ushort),
253
PrimitiveType.
UInt16
=> typeof(ushort[]),
System\Formats\Nrbf\Utils\BinaryReaderExtensions.cs (1)
88
PrimitiveType.
UInt16
=> reader.ReadUInt16(),
System\Formats\Nrbf\Utils\TypeNameHelpers.cs (2)
36
PrimitiveType.
UInt16
=> "System.UInt16",
81
return PrimitiveType.
UInt16
;