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