8 references to UInt32
System.Formats.Nrbf (8)
System\Formats\Nrbf\NrbfDecoder.cs (2)
260
PrimitiveType.
UInt32
=> new MemberPrimitiveTypedRecord<uint>(reader.ReadUInt32()),
286
PrimitiveType.
UInt32
=> Decode<uint>(info, reader),
System\Formats\Nrbf\RectangularArrayRecord.cs (3)
173
PrimitiveType.
UInt32
=> sizeof(uint),
233
PrimitiveType.
UInt32
=> typeof(uint),
254
PrimitiveType.
UInt32
=> typeof(uint[]),
System\Formats\Nrbf\Utils\BinaryReaderExtensions.cs (1)
90
PrimitiveType.
UInt32
=> reader.ReadUInt32(),
System\Formats\Nrbf\Utils\TypeNameHelpers.cs (2)
38
PrimitiveType.
UInt32
=> "System.UInt32",
85
return PrimitiveType.
UInt32
;