1 instantiation of ClassTypeInfo
System.Formats.Nrbf (1)
System\Formats\Nrbf\ClassTypeInfo.cs (1)
31
return new
ClassTypeInfo
(rawName.ParseNonSystemClassRecordTypeName(library, options));
6 references to ClassTypeInfo
System.Formats.Nrbf (6)
System\Formats\Nrbf\ClassTypeInfo.cs (1)
24
internal static
ClassTypeInfo
Decode(BinaryReader reader, PayloadOptions options, RecordMap recordMap)
System\Formats\Nrbf\MemberTypeInfo.cs (2)
54
info[i] = (type,
ClassTypeInfo
.Decode(reader, options, recordMap));
124
BinaryType.Class => ((
ClassTypeInfo
)additionalInfo!).TypeName,
System\Formats\Nrbf\NrbfDecoder.cs (3)
402
TypeName typeName = binaryType == BinaryType.SystemClass ? (TypeName)additionalInfo! : ((
ClassTypeInfo
)additionalInfo!).TypeName;
418
TypeName typeName = binaryType == BinaryType.SystemClass ? (TypeName)additionalInfo! : ((
ClassTypeInfo
)additionalInfo!).TypeName;
458
else if (binaryType == BinaryType.Class && ((
ClassTypeInfo
)additionalInfo!).TypeName.IsArray)