3 references to ClassWithId
System.Runtime.Serialization.BinaryFormat (3)
System\Runtime\Serialization\BinaryFormat\AllowedRecordType.cs (1)
11ClassWithId = 1 << RecordType.ClassWithId,
System\Runtime\Serialization\BinaryFormat\ClassWithIdRecord.cs (1)
22public override RecordType RecordType => RecordType.ClassWithId;
System\Runtime\Serialization\BinaryFormat\PayloadReader.cs (1)
233RecordType.ClassWithId => ClassWithIdRecord.Decode(reader, recordMap),