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