9 references to UInt64
System.Formats.Nrbf (9)
System\Formats\Nrbf\NrbfDecoder.cs (2)
262
PrimitiveType.
UInt64
=> new MemberPrimitiveTypedRecord<ulong>(reader.ReadUInt64()),
288
PrimitiveType.
UInt64
=> Decode<ulong>(info, reader),
System\Formats\Nrbf\RectangularArrayRecord.cs (3)
176
PrimitiveType.
UInt64
=> sizeof(ulong),
234
PrimitiveType.
UInt64
=> typeof(ulong),
255
PrimitiveType.
UInt64
=> typeof(ulong[]),
System\Formats\Nrbf\Utils\BinaryReaderExtensions.cs (2)
70
if (primitiveType is 4 or < (byte)PrimitiveType.Boolean or > (byte)PrimitiveType.
UInt64
)
92
PrimitiveType.
UInt64
=> reader.ReadUInt64(),
System\Formats\Nrbf\Utils\TypeNameHelpers.cs (2)
40
PrimitiveType.
UInt64
=> "System.UInt64",
89
return PrimitiveType.
UInt64
;