1 write to _lengths
System.Formats.Nrbf (1)
System\Formats\Nrbf\RectangularArrayRecord.cs (1)
28_lengths = lengths;
4 references to _lengths
System.Formats.Nrbf (4)
System\Formats\Nrbf\RectangularArrayRecord.cs (4)
39public override ReadOnlySpan<int> Lengths => _lengths.AsSpan(); 54? Array.CreateInstanceFromArrayType(arrayType, _lengths) 55: Array.CreateInstance(_elementType, _lengths); 61Populate(_records, result, _lengths, allowedRecordTypes, allowNulls);