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)
145SerializationRecordId objectId = SerializationRecordId.Decode(reader);
System\Formats\Nrbf\BinaryLibraryRecord.cs (1)
44SerializationRecordId id = SerializationRecordId.Decode(reader);
System\Formats\Nrbf\BinaryObjectStringRecord.cs (1)
29=> new(SerializationRecordId.Decode(reader), reader.ReadString());
System\Formats\Nrbf\ClassInfo.cs (1)
47SerializationRecordId id = SerializationRecordId.Decode(reader);
System\Formats\Nrbf\ClassTypeInfo.cs (1)
27SerializationRecordId libraryId = SerializationRecordId.Decode(reader);
System\Formats\Nrbf\ClassWithIdRecord.cs (2)
34SerializationRecordId id = SerializationRecordId.Decode(reader); 35SerializationRecordId metadataId = SerializationRecordId.Decode(reader);
System\Formats\Nrbf\ClassWithMembersAndTypesRecord.cs (1)
28SerializationRecordId libraryId = SerializationRecordId.Decode(reader);
System\Formats\Nrbf\MemberReferenceRecord.cs (1)
39=> new(SerializationRecordId.Decode(reader), recordMap);
System\Formats\Nrbf\SerializedStreamHeaderRecord.cs (1)
35SerializationRecordId rootId = SerializationRecordId.Decode(reader);