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)
61
Populate(
_records
, result, _lengths, allowedRecordTypes, allowNulls);
66
private protected override void AddValue(object value) =>
_records
.Add((SerializationRecord)value);