3 writes to attrIndex
System.Xml (3)
System\Xml\BinaryXml\XmlBinaryReader.cs (3)
697PositionOnAttribute(++this.attrIndex); 713this.attrIndex = 0; 2111this.attrIndex = i;
5 references to attrIndex
System.Xml (5)
System\Xml\BinaryXml\XmlBinaryReader.cs (5)
476return this.stringValue = GetAttributeText(this.attrIndex - 1); 695if (this.attrIndex >= this.attrCount) 747if (null == this.attributes[this.attrIndex - 1].val) { 748this.pos = this.attributes[this.attrIndex - 1].contentPos; 888this.pos = this.attributes[this.attrIndex - 1].contentPos;