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