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)
387
else if (binaryType is BinaryType.
SystemClass
or BinaryType.Class)
389
TypeName typeName = binaryType == BinaryType.
SystemClass
? (TypeName)additionalInfo! : ((ClassTypeInfo)additionalInfo!).TypeName;
403
if (binaryType is BinaryType.
SystemClass
or BinaryType.Class)
405
TypeName typeName = binaryType == BinaryType.
SystemClass
? (TypeName)additionalInfo! : ((ClassTypeInfo)additionalInfo!).TypeName;
439
else if (binaryType == BinaryType.
SystemClass
&& ((TypeName)additionalInfo!).IsArray)