1 write to TypeName
System.Formats.Nrbf (1)
System\Formats\Nrbf\ClassTypeInfo.cs (1)
20internal ClassTypeInfo(TypeName typeName) => TypeName = typeName;
4 references to TypeName
System.Formats.Nrbf (4)
System\Formats\Nrbf\MemberTypeInfo.cs (1)
124BinaryType.Class => ((ClassTypeInfo)additionalInfo!).TypeName,
System\Formats\Nrbf\NrbfDecoder.cs (3)
398TypeName typeName = binaryType == BinaryType.SystemClass ? (TypeName)additionalInfo! : ((ClassTypeInfo)additionalInfo!).TypeName; 414TypeName typeName = binaryType == BinaryType.SystemClass ? (TypeName)additionalInfo! : ((ClassTypeInfo)additionalInfo!).TypeName; 454else if (binaryType == BinaryType.Class && ((ClassTypeInfo)additionalInfo!).TypeName.IsArray)