6 writes to attributeIndex
System.Runtime.Serialization (6)
System\Runtime\Serialization\ExtensionDataReader.cs (6)
75this.attributeIndex = -1; 111this.attributeIndex = -1; 176this.attributeIndex = index; 233this.attributeIndex = -1; 321this.attributeIndex = -1; 331this.attributeIndex = -1;
2 references to attributeIndex
System.Runtime.Serialization (2)
System\Runtime\Serialization\ExtensionDataReader.cs (2)
155if (attributeIndex + 1 >= attributeCount) 157MoveToAttribute(attributeIndex + 1);