13 writes to _attributeIndex
System.Private.Xml (13)
System\Xml\Dom\DocumentXPathNavigator.cs (13)
32_attributeIndex = other._attributeIndex; 304_attributeIndex = i; 329_attributeIndex = i; 346&& !ResetAttributePosition(attribute, attributes, out _attributeIndex)) 356_attributeIndex = i; 482_attributeIndex = index; 501_attributeIndex = index; 514_attributeIndex = index; 591_attributeIndex = index; 607_attributeIndex = index; 629_attributeIndex = index; 885_attributeIndex = that._attributeIndex; 1841ResetAttributePosition(attribute, element.Attributes, out _attributeIndex);
7 references to _attributeIndex
System.Private.Xml (7)
System\Xml\Dom\DocumentXPathNavigator.cs (7)
32_attributeIndex = other._attributeIndex; 345if (!CheckAttributePosition(attribute, out attributes, _attributeIndex) 350for (int i = _attributeIndex + 1; i < attributes.Count; i++) 572int index = _attributeIndex; 885_attributeIndex = that._attributeIndex; 1671DeleteAttribute(attribute, _attributeIndex); 1730DeleteAttribute(attribute, _attributeIndex);