4 writes to ValuesToRead
System.Formats.Nrbf (4)
System\Formats\Nrbf\ArrayRecord.cs (2)
24ValuesToRead = arrayInfo.FlattenedLength; 101ValuesToRead -= size;
System\Formats\Nrbf\ArrayRectangularPrimitiveRecord.cs (1)
28ValuesToRead = 0; // there is nothing to read anymore
System\Formats\Nrbf\ArraySinglePrimitiveRecord.cs (1)
30ValuesToRead = 0; // there is nothing to read anymore
3 references to ValuesToRead
System.Formats.Nrbf (3)
System\Formats\Nrbf\ArrayRecord.cs (2)
103if (ValuesToRead < 0) 109else if (ValuesToRead > 0)
System\Formats\Nrbf\NrbfDecoder.cs (1)
487else if (record is ArrayRecord arrayRecord && arrayRecord.ValuesToRead > 0)