7 references to PrimitiveArray
System.Formats.Nrbf (7)
System\Formats\Nrbf\MemberTypeInfo.cs (3)
47
case BinaryType.
PrimitiveArray
:
103
BinaryType.
PrimitiveArray
=> (PrimitiveArray, default),
120
BinaryType.
PrimitiveArray
=> TypeNameHelpers.GetPrimitiveSZArrayTypeName((PrimitiveType)additionalInfo!),
System\Formats\Nrbf\NrbfDecoder.cs (3)
404
else if (binaryType is BinaryType.
PrimitiveArray
or BinaryType.StringArray or BinaryType.ObjectArray)
435
else if (binaryType is BinaryType.ObjectArray or BinaryType.StringArray or BinaryType.
PrimitiveArray
)
443
if (binaryType is BinaryType.ObjectArray or BinaryType.StringArray or BinaryType.
PrimitiveArray
)
System\Formats\Nrbf\Utils\BinaryReaderExtensions.cs (1)
59
if (binaryType > (byte)BinaryType.
PrimitiveArray
)