3 writes to ValuesToRead
System.Formats.Nrbf (3)
System\Formats\Nrbf\ArrayRecord.cs (2)
21ValuesToRead = arrayInfo.FlattenedLength; 104ValuesToRead -= size;
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)
106if (ValuesToRead < 0) 112else if (ValuesToRead > 0)
System\Formats\Nrbf\NrbfDecoder.cs (1)
320else if (record is ArrayRecord arrayRecord && arrayRecord.ValuesToRead > 0)