1 write to Id
System.Formats.Nrbf (1)
System\Formats\Nrbf\ClassInfo.cs (1)
27
Id
= id;
4 references to Id
System.Formats.Nrbf (4)
System\Formats\Nrbf\ClassRecord.cs (1)
32
public override SerializationRecordId Id => ClassInfo.
Id
;
System\Formats\Nrbf\SystemClassWithMembersAndTypesRecord.cs (3)
79
return DecodeDateTime(reader, classInfo.
Id
);
87
return DecodeDecimal(reader, classInfo.
Id
);
93
=> new MemberPrimitiveTypedRecord<T>(value, classInfo.
Id
);