3 writes to _memberIndex
System.Runtime.Serialization.Formatters (3)
System\Runtime\Serialization\Formatters\Binary\BinaryObjectReader.cs (2)
696objectPr._memberIndex += pr._consecutiveNullArrayEntryCount - 1; //also incremented again below 703objectPr._memberIndex++;
System\Runtime\Serialization\Formatters\Binary\BinaryUtilClasses.cs (1)
121_memberIndex = 0;
3 references to _memberIndex
System.Runtime.Serialization.Formatters (3)
System\Runtime\Serialization\Formatters\Binary\BinaryObjectReader.cs (3)
542if (objectPr._memberIndex > 0) 558objectPr._memberIndex : // Zero based array 559objectPr._lowerBoundA[0] + objectPr._memberIndex; // Lower Bound based array