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