9 references to Boolean
System.Formats.Nrbf (9)
System\Formats\Nrbf\NrbfDecoder.cs (2)
253
PrimitiveType.
Boolean
=> new MemberPrimitiveTypedRecord<bool>(reader.ReadBoolean()),
279
PrimitiveType.
Boolean
=> Decode<bool>(info, reader),
System\Formats\Nrbf\RectangularArrayRecord.cs (3)
166
PrimitiveType.
Boolean
=> sizeof(bool),
220
PrimitiveType.
Boolean
=> typeof(bool),
241
PrimitiveType.
Boolean
=> typeof(bool[]),
System\Formats\Nrbf\Utils\BinaryReaderExtensions.cs (2)
70
if (primitiveType is 4 or < (byte)PrimitiveType.
Boolean
or > (byte)PrimitiveType.UInt64)
83
PrimitiveType.
Boolean
=> reader.ReadBoolean(),
System\Formats\Nrbf\Utils\TypeNameHelpers.cs (2)
31
PrimitiveType.
Boolean
=> "System.Boolean",
71
return PrimitiveType.
Boolean
;