3 writes to currentIndex
System.Data.SqlXml (3)
System\Xml\Xsl\XsltOld\ReaderOutput.cs (3)
507this.currentIndex = -1; 516this.currentIndex = attrib; 572this.currentIndex = -1;
6 references to currentIndex
System.Data.SqlXml (6)
System\Xml\Xsl\XsltOld\ReaderOutput.cs (6)
247if (this.currentIndex + 1 < this.attributeCount) { 248SetAttribute(this.currentIndex + 1); 582Debug.Assert((this.currentIndex == -1) == (this.currentInfo == this.mainNode)); 583Debug.Assert((this.currentIndex == -1) || (this.currentInfo == this.attributeValue || this.attributeList[this.currentIndex] is BuilderInfo && this.attributeList[this.currentIndex] == this.currentInfo));