4 references to GetSZArrayLength
System.Formats.Nrbf (4)
System\Formats\Nrbf\NrbfDecoder.cs (2)
304=> new ArraySinglePrimitiveRecord<T>(info, ArraySinglePrimitiveRecord<T>.DecodePrimitiveTypes(reader, info.GetSZArrayLength())); 333IReadOnlyList<T> values = ArraySinglePrimitiveRecord<T>.DecodePrimitiveTypes(reader, info.GetSZArrayLength());
System\Formats\Nrbf\RectangularArrayRecord.cs (1)
30_records = new List<SerializationRecord>(Math.Min(4, arrayInfo.GetSZArrayLength()));
System\Formats\Nrbf\SZArrayRecord.cs (1)
24public int Length => ArrayInfo.GetSZArrayLength();