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