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)
427return new ArraySingleStringRecord(arrayInfo);
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)
230SerializationRecordType.ArraySingleString => ArraySingleStringRecord.Decode(reader),