6 references to Class
System.Formats.Nrbf (6)
System\Formats\Nrbf\MemberTypeInfo.cs (3)
53
case BinaryType.
Class
:
104
BinaryType.
Class
=> (NonSystemClass, default),
124
BinaryType.
Class
=> ((ClassTypeInfo)additionalInfo!).TypeName,
System\Formats\Nrbf\NrbfDecoder.cs (3)
396
else if (binaryType is BinaryType.SystemClass or BinaryType.
Class
)
412
if (binaryType is BinaryType.SystemClass or BinaryType.
Class
)
454
else if (binaryType == BinaryType.
Class
&& ((ClassTypeInfo)additionalInfo!).TypeName.IsArray)