3 writes to _attrIndex
System.Private.Xml (3)
System\Xml\BinaryXml\XmlBinaryReader.cs (3)
781PositionOnAttribute(++_attrIndex); 800_attrIndex = 0; 2396_attrIndex = i;
5 references to _attrIndex
System.Private.Xml (5)
System\Xml\BinaryXml\XmlBinaryReader.cs (5)
502return _stringValue = GetAttributeText(_attrIndex - 1); 779if (_attrIndex >= _attrCount) 839if (null == _attributes[_attrIndex - 1].val) 841_pos = _attributes[_attrIndex - 1].contentPos; 1012_pos = _attributes[_attrIndex - 1].contentPos;