13 writes to attrIndex
System.Xml (13)
System\Xml\Dom\XmlNodeReader.cs (13)
78
attrIndex
= -1;
83
attrIndex
= -1;
499
attrIndex
= logAttrIndex;
546
attrIndex
= -1;
567
attrIndex
= elem.Attributes.FindNodeOffsetNS(attr);
608
attrIndex
= attributeIndex;
616
attrIndex
= attributeIndex;
635
curNode = elemNode.Attributes[++
attrIndex
];
643
attrIndex
= 0;
675
attrIndex
= 0;
686
attrIndex
= -1;
697
attrIndex
= -1;
717
attrIndex
= -1;
3 references to attrIndex
System.Xml (3)
System\Xml\Dom\XmlNodeReader.cs (3)
489
logAttrIndex =
attrIndex
;
568
if (
attrIndex
!= -1) {
632
if(
attrIndex
>= ( elemNode.Attributes.Count-1 ) )