3 references to RectangularArrayRecord
System.Formats.Nrbf (3)
System\Formats\Nrbf\NrbfDecoder.cs (3)
394
return new
RectangularArrayRecord
(typeof(string), arrayInfo, memberTypeInfo, lengths);
398
return new
RectangularArrayRecord
(typeof(SerializationRecord), arrayInfo, memberTypeInfo, lengths);
406
: new
RectangularArrayRecord
(typeof(SerializationRecord), arrayInfo, memberTypeInfo, lengths);