1 write to FlattenedLength
System.Formats.Nrbf (1)
System\Formats\Nrbf\ArrayInfo.cs (1)
24
FlattenedLength
= totalElementsCount;
3 references to FlattenedLength
System.Formats.Nrbf (3)
System\Formats\Nrbf\ArrayInfo.cs (2)
39
Debug.Assert(
FlattenedLength
<= MaxArrayLength);
40
return (int)
FlattenedLength
;
System\Formats\Nrbf\ArrayRecord.cs (1)
24
ValuesToRead = arrayInfo.
FlattenedLength
;