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)
433
return new
ArraySingleObjectRecord
(arrayInfo);
2 references to ArraySingleObjectRecord
System.Formats.Nrbf (2)
System\Formats\Nrbf\ArraySingleObjectRecord.cs (1)
72
internal static
ArraySingleObjectRecord
Decode(BinaryReader reader)
System\Formats\Nrbf\NrbfDecoder.cs (1)
224
SerializationRecordType.ArraySingleObject =>
ArraySingleObjectRecord
.Decode(reader),