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