13 writes to _attrIndex
dotnet-svcutil-lib (13)
FrameworkFork\Microsoft.Xml\Xml\Dom\XmlNodeReader.cs (13)
80
_attrIndex
= -1;
86
_attrIndex
= -1;
577
_attrIndex
= _logAttrIndex;
635
_attrIndex
= -1;
659
_attrIndex
= elem.Attributes.FindNodeOffsetNS(attr);
710
_attrIndex
= attributeIndex;
719
_attrIndex
= attributeIndex;
741
_curNode = _elemNode.Attributes[++
_attrIndex
];
752
_attrIndex
= 0;
792
_attrIndex
= 0;
805
_attrIndex
= -1;
818
_attrIndex
= -1;
842
_attrIndex
= -1;
3 references to _attrIndex
dotnet-svcutil-lib (3)
FrameworkFork\Microsoft.Xml\Xml\Dom\XmlNodeReader.cs (3)
566
_logAttrIndex =
_attrIndex
;
660
if (
_attrIndex
!= -1)
737
if (
_attrIndex
>= (_elemNode.Attributes.Count - 1))