13 writes to _attrIndex
System.Private.Xml (13)
System\Xml\Dom\XmlNodeReader.cs (13)
79
_attrIndex
= -1;
85
_attrIndex
= -1;
566
_attrIndex
= _logAttrIndex;
625
_attrIndex
= -1;
649
_attrIndex
= elem.Attributes.FindNodeOffsetNS(attr);
700
_attrIndex
= attributeIndex;
709
_attrIndex
= attributeIndex;
731
_curNode = _elemNode.Attributes[++
_attrIndex
];
742
_attrIndex
= 0;
782
_attrIndex
= 0;
795
_attrIndex
= -1;
809
_attrIndex
= -1;
834
_attrIndex
= -1;
3 references to _attrIndex
System.Private.Xml (3)
System\Xml\Dom\XmlNodeReader.cs (3)
555
_logAttrIndex =
_attrIndex
;
650
if (
_attrIndex
!= -1)
727
if (
_attrIndex
>= (_elemNode!.Attributes!.Count - 1))