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