1 instantiation of BinaryObjectStringRecord
System.Formats.Nrbf (1)
System\Formats\Nrbf\BinaryObjectStringRecord.cs (1)
29=> new(SerializationRecordId.Decode(reader), reader.ReadString());
6 references to BinaryObjectStringRecord
System.Formats.Nrbf (6)
System\Formats\Nrbf\ArrayRecord.cs (1)
181if (record is not BinaryObjectStringRecord stringRecord)
System\Formats\Nrbf\ArraySingleStringRecord.cs (2)
60if (record is not BinaryObjectStringRecord) 66if (record is BinaryObjectStringRecord stringRecord)
System\Formats\Nrbf\BinaryObjectStringRecord.cs (1)
28internal static BinaryObjectStringRecord Decode(BinaryReader reader)
System\Formats\Nrbf\ClassWithIdRecord.cs (1)
45&& metadataRecord is not BinaryObjectStringRecord) // it does not apply to BinaryObjectStringRecord
System\Formats\Nrbf\NrbfDecoder.cs (1)
229SerializationRecordType.BinaryObjectString => BinaryObjectStringRecord.Decode(reader),