1 write to _lengths
System.Formats.Nrbf (1)
System\Formats\Nrbf\ArrayRectangularPrimitiveRecord.cs (1)
26
_lengths
= lengths;
3 references to _lengths
System.Formats.Nrbf (3)
System\Formats\Nrbf\ArrayRectangularPrimitiveRecord.cs (3)
31
public override ReadOnlySpan<int> Lengths =>
_lengths
;
47
Array.CreateInstanceFromArrayType(arrayType,
_lengths
);
51
int[] indices = new int[
_lengths
.Length];