1 write to _records
System.Formats.Nrbf (1)
System\Formats\Nrbf\RectangularArrayRecord.cs (1)
30_records = new List<SerializationRecord>(Math.Min(4, arrayInfo.GetSZArrayLength()));
2 references to _records
System.Formats.Nrbf (2)
System\Formats\Nrbf\RectangularArrayRecord.cs (2)
61Populate(_records, result, _lengths, allowedRecordTypes, allowNulls); 66private protected override void AddValue(object value) => _records.Add((SerializationRecord)value);