8 writes to _curAttrIndex
System.Private.Xml (8)
System\Xml\Core\XmlTextReaderImpl.cs (8)
1092
_curAttrIndex
= i - _index - 1;
1112
_curAttrIndex
= i - _index - 1;
1137
_curAttrIndex
= i;
1154
_curAttrIndex
= 0;
1169
_curNode = _nodes[_index + 1 + ++
_curAttrIndex
];
1186
_curAttrIndex
= -1;
7825
_curAttrIndex
= -1;
8540
_curAttrIndex
= 0;
3 references to _curAttrIndex
System.Private.Xml (3)
System\Xml\Core\XmlTextReaderImpl.cs (3)
1138
_curNode = _nodes[_index + 1 +
_curAttrIndex
];
1163
if (
_curAttrIndex
+ 1 < _attrCount)
1428
if (_readState != ReadState.Interactive ||
_curAttrIndex
< 0)