5 references to GetSZArrayLength
System.Formats.Nrbf (5)
System\Formats\Nrbf\BinaryArrayRecord.cs (1)
66private 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)
24public int Length => ArrayInfo.GetSZArrayLength();