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)
400
else if (binaryType is BinaryType.
SystemClass
or BinaryType.Class)
402
TypeName typeName = binaryType == BinaryType.
SystemClass
? (TypeName)additionalInfo! : ((ClassTypeInfo)additionalInfo!).TypeName;
416
if (binaryType is BinaryType.
SystemClass
or BinaryType.Class)
418
TypeName typeName = binaryType == BinaryType.
SystemClass
? (TypeName)additionalInfo! : ((ClassTypeInfo)additionalInfo!).TypeName;
452
else if (binaryType == BinaryType.
SystemClass
&& ((TypeName)additionalInfo!).IsArray)