8 writes to curAttrIndex
System.Xml (8)
System\Xml\Core\XmlTextReaderImpl.cs (8)
1051
curAttrIndex
= i - index - 1;
1067
curAttrIndex
= i - index - 1;
1088
curAttrIndex
= i;
1102
curAttrIndex
= 0;
1114
curNode = nodes[ index + 1 + ++
curAttrIndex
];
1128
curAttrIndex
= -1;
7047
curAttrIndex
= -1;
7664
curAttrIndex
= 0;
3 references to curAttrIndex
System.Xml (3)
System\Xml\Core\XmlTextReaderImpl.cs (3)
1089
curNode = nodes[index + 1 +
curAttrIndex
];
1110
if (
curAttrIndex
+ 1 < attrCount ) {
1357
if ( readState != ReadState.Interactive ||
curAttrIndex
< 0 ) {