13 writes to attributeIndex
System.Xml (13)
System\Xml\Dom\DocumentXPathNavigator.cs (13)
31attributeIndex = other.attributeIndex; 254attributeIndex = i; 275attributeIndex = i; 291&& !ResetAttributePosition(attribute, attributes, out attributeIndex)) { 298attributeIndex = i; 403attributeIndex = index; 419attributeIndex = index; 430attributeIndex = index; 494attributeIndex = index; 508attributeIndex = index; 526attributeIndex = index; 735attributeIndex = that.attributeIndex; 1541ResetAttributePosition(attribute, element.Attributes, out attributeIndex);
7 references to attributeIndex
System.Xml (7)
System\Xml\Dom\DocumentXPathNavigator.cs (7)
31attributeIndex = other.attributeIndex; 290if (!CheckAttributePosition(attribute, out attributes, attributeIndex) 294for (int i = attributeIndex + 1; i < attributes.Count; i++) { 479int index = attributeIndex; 735attributeIndex = that.attributeIndex; 1398DeleteAttribute(attribute, attributeIndex); 1448DeleteAttribute(attribute, attributeIndex);