11 references to Decode
System.Formats.Nrbf (11)
System\Formats\Nrbf\ArrayInfo.cs (1)
48
=> new(SerializationRecordId.
Decode
(reader), ParseValidArrayLength(reader));
System\Formats\Nrbf\BinaryArrayRecord.cs (1)
145
SerializationRecordId objectId = SerializationRecordId.
Decode
(reader);
System\Formats\Nrbf\BinaryLibraryRecord.cs (1)
44
SerializationRecordId id = SerializationRecordId.
Decode
(reader);
System\Formats\Nrbf\BinaryObjectStringRecord.cs (1)
29
=> new(SerializationRecordId.
Decode
(reader), reader.ReadString());
System\Formats\Nrbf\ClassInfo.cs (1)
47
SerializationRecordId id = SerializationRecordId.
Decode
(reader);
System\Formats\Nrbf\ClassTypeInfo.cs (1)
27
SerializationRecordId libraryId = SerializationRecordId.
Decode
(reader);
System\Formats\Nrbf\ClassWithIdRecord.cs (2)
34
SerializationRecordId id = SerializationRecordId.
Decode
(reader);
35
SerializationRecordId metadataId = SerializationRecordId.
Decode
(reader);
System\Formats\Nrbf\ClassWithMembersAndTypesRecord.cs (1)
28
SerializationRecordId libraryId = SerializationRecordId.
Decode
(reader);
System\Formats\Nrbf\MemberReferenceRecord.cs (1)
39
=> new(SerializationRecordId.
Decode
(reader), recordMap);
System\Formats\Nrbf\SerializedStreamHeaderRecord.cs (1)
35
SerializationRecordId rootId = SerializationRecordId.
Decode
(reader);