2 writes to _typeName
System.Formats.Nrbf (2)
System\Formats\Nrbf\ClassInfo.cs (2)
81
=>
_typeName
= _rawName.ParseNonSystemClassRecordTypeName(libraryRecord, payloadOptions);
84
=>
_typeName
= _rawName.ParseSystemRecordTypeName(payloadOptions);
2 references to _typeName
System.Formats.Nrbf (2)
System\Formats\Nrbf\ClassInfo.cs (2)
38
Debug.Assert(
_typeName
is not null);
39
return
_typeName
;