3 references to Rectangular
System.Formats.Nrbf (3)
System\Formats\Nrbf\NrbfDecoder.cs (2)
344bool isRectangular = arrayType is BinaryArrayType.Rectangular; 382if (arrayType == BinaryArrayType.Rectangular)
System\Formats\Nrbf\Utils\BinaryReaderExtensions.cs (1)
41if (arrayType > (byte)BinaryArrayType.Rectangular)