3 writes to _attrIndex
dotnet-svcutil-lib (3)
FrameworkFork\Microsoft.Xml\Xml\BinaryXml\XmlBinaryReader.cs (3)
803
PositionOnAttribute(++
_attrIndex
);
821
_attrIndex
= 0;
2416
_attrIndex
= i;
5 references to _attrIndex
dotnet-svcutil-lib (5)
FrameworkFork\Microsoft.Xml\Xml\BinaryXml\XmlBinaryReader.cs (5)
533
return _stringValue = GetAttributeText(
_attrIndex
- 1);
801
if (
_attrIndex
>= _attrCount)
859
if (null == _attributes[
_attrIndex
- 1].val)
861
_pos = _attributes[
_attrIndex
- 1].contentPos;
1023
_pos = _attributes[
_attrIndex
- 1].contentPos;