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;
1841
ResetAttributePosition(attribute, element.Attributes, out
_attributeIndex
);
7 references to _attributeIndex
System.Private.Xml (7)
System\Xml\Dom\DocumentXPathNavigator.cs (7)
32
_attributeIndex = other.
_attributeIndex
;
345
if (!CheckAttributePosition(attribute, out attributes,
_attributeIndex
)
350
for (int i =
_attributeIndex
+ 1; i < attributes.Count; i++)
572
int index =
_attributeIndex
;
885
_attributeIndex = that.
_attributeIndex
;
1671
DeleteAttribute(attribute,
_attributeIndex
);
1730
DeleteAttribute(attribute,
_attributeIndex
);