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
()));
333
IReadOnlyList<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)
24
public int Length => ArrayInfo.
GetSZArrayLength
();