1 write to _lengths
System.Formats.Nrbf (1)
System\Formats\Nrbf\RectangularArrayRecord.cs (1)
26_lengths = lengths;
3 references to _lengths
System.Formats.Nrbf (3)
System\Formats\Nrbf\RectangularArrayRecord.cs (3)
34public override ReadOnlySpan<int> Lengths => _lengths.AsSpan(); 51? Array.CreateInstance(ElementType, _lengths) 52: Array.CreateInstanceFromArrayType(arrayType, _lengths);