2 instantiations of ArraySingleObjectRecord
System.Formats.Nrbf (2)
System\Formats\Nrbf\ArraySingleObjectRecord.cs (1)
73=> new ArraySingleObjectRecord(ArrayInfo.Decode(reader));
System\Formats\Nrbf\NrbfDecoder.cs (1)
433return new ArraySingleObjectRecord(arrayInfo);
2 references to ArraySingleObjectRecord
System.Formats.Nrbf (2)
System\Formats\Nrbf\ArraySingleObjectRecord.cs (1)
72internal static ArraySingleObjectRecord Decode(BinaryReader reader)
System\Formats\Nrbf\NrbfDecoder.cs (1)
224SerializationRecordType.ArraySingleObject => ArraySingleObjectRecord.Decode(reader),