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)
181
if (record is not
BinaryObjectStringRecord
stringRecord)
System\Formats\Nrbf\ArraySingleStringRecord.cs (2)
60
if (record is not
BinaryObjectStringRecord
)
66
if (record is
BinaryObjectStringRecord
stringRecord)
System\Formats\Nrbf\BinaryObjectStringRecord.cs (1)
28
internal 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)
229
SerializationRecordType.BinaryObjectString =>
BinaryObjectStringRecord
.Decode(reader),