8 references to SystemClass
System.Formats.Nrbf (8)
System\Formats\Nrbf\MemberTypeInfo.cs (3)
50
case BinaryType.
SystemClass
:
105
BinaryType.
SystemClass
=> (SystemClass, default),
123
BinaryType.
SystemClass
=> (TypeName)additionalInfo!,
System\Formats\Nrbf\NrbfDecoder.cs (5)
396
else if (binaryType is BinaryType.
SystemClass
or BinaryType.Class)
398
TypeName typeName = binaryType == BinaryType.
SystemClass
? (TypeName)additionalInfo! : ((ClassTypeInfo)additionalInfo!).TypeName;
412
if (binaryType is BinaryType.
SystemClass
or BinaryType.Class)
414
TypeName typeName = binaryType == BinaryType.
SystemClass
? (TypeName)additionalInfo! : ((ClassTypeInfo)additionalInfo!).TypeName;
448
else if (binaryType == BinaryType.
SystemClass
&& ((TypeName)additionalInfo!).IsArray)