6 references to Primitive
System.Formats.Nrbf (6)
System\Formats\Nrbf\MemberTypeInfo.cs (3)
46
case BinaryType.
Primitive
:
99
BinaryType.
Primitive
=> (default, (PrimitiveType)additionalInfo!),
119
BinaryType.
Primitive
=> TypeNameHelpers.GetPrimitiveTypeName((PrimitiveType)additionalInfo!),
System\Formats\Nrbf\NrbfDecoder.cs (2)
384
if (binaryType == BinaryType.
Primitive
)
425
else if (binaryType == BinaryType.
Primitive
)
System\Formats\Nrbf\SystemClassWithMembersAndTypesRecord.cs (1)
43
if (!classInfo.TypeName.IsSimple || classInfo.MemberNames.Count == 0 || memberTypeInfo.Infos[0].BinaryType != BinaryType.
Primitive
)