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