3 writes to ValuesToRead
System.Runtime.Serialization.BinaryFormat (3)
System\Runtime\Serialization\BinaryFormat\ArrayRecord.cs (2)
26ValuesToRead = arrayInfo.TotalElementsCount; 111ValuesToRead -= size;
System\Runtime\Serialization\BinaryFormat\ArraySinglePrimitiveRecord.cs (1)
32ValuesToRead = 0; // there is nothing to read anymore
3 references to ValuesToRead
System.Runtime.Serialization.BinaryFormat (3)
System\Runtime\Serialization\BinaryFormat\ArrayRecord.cs (2)
113if (ValuesToRead < 0) 119else if (ValuesToRead > 0)
System\Runtime\Serialization\BinaryFormat\PayloadReader.cs (1)
322else if (record is ArrayRecord arrayRecord && arrayRecord.ValuesToRead > 0)