2 instantiations of ArraySingleStringRecord
System.Formats.Nrbf (2)
System\Formats\Nrbf\ArraySingleStringRecord.cs (1)
30
=>
new
(ArrayInfo.Decode(reader));
System\Formats\Nrbf\NrbfDecoder.cs (1)
423
return new
ArraySingleStringRecord
(arrayInfo);
2 references to ArraySingleStringRecord
System.Formats.Nrbf (2)
System\Formats\Nrbf\ArraySingleStringRecord.cs (1)
29
internal static
ArraySingleStringRecord
Decode(BinaryReader reader)
System\Formats\Nrbf\NrbfDecoder.cs (1)
226
SerializationRecordType.ArraySingleString =>
ArraySingleStringRecord
.Decode(reader),