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