5 references to GetSZArrayLength
System.Formats.Nrbf (5)
System\Formats\Nrbf\BinaryArrayRecord.cs (1)
66
private int Length => ArrayInfo.
GetSZArrayLength
();
System\Formats\Nrbf\NrbfDecoder.cs (1)
298
=> new ArraySinglePrimitiveRecord<T>(info, ArraySinglePrimitiveRecord<T>.DecodePrimitiveTypes(reader, info.
GetSZArrayLength
()));
System\Formats\Nrbf\RectangularArrayRecord.cs (2)
29
_values = new List<object>(canPreAllocate ? arrayInfo.
GetSZArrayLength
() : Math.Min(4, arrayInfo.
GetSZArrayLength
()));
System\Formats\Nrbf\SZArrayRecord.cs (1)
24
public int Length => ArrayInfo.
GetSZArrayLength
();