1 write to _lengths
System.Formats.Nrbf (1)
System\Formats\Nrbf\JaggedArrayRecord.cs (1)
32_lengths = lengths;
7 references to _lengths
System.Formats.Nrbf (7)
System\Formats\Nrbf\JaggedArrayRecord.cs (7)
41public override ReadOnlySpan<int> Lengths => _lengths; 49Array array = _lengths.Length switch 511 => new ArrayRecord[_lengths[0]], 522 => new ArrayRecord[_lengths[0], _lengths[1]], 53_ => Array.CreateInstance(typeof(ArrayRecord), _lengths) 56Populate(_records, array, _lengths, AllowedRecordTypes.Arrays, allowNulls);