13 writes to _attributeIndex
dotnet-svcutil-lib (13)
FrameworkFork\Microsoft.Xml\Xml\Dom\DocumentXPathNavigator.cs (13)
34
_attributeIndex
= other._attributeIndex;
311
_attributeIndex
= i;
337
_attributeIndex
= i;
355
&& !ResetAttributePosition(attribute, attributes, out
_attributeIndex
))
365
_attributeIndex
= i;
493
_attributeIndex
= index;
512
_attributeIndex
= index;
525
_attributeIndex
= index;
603
_attributeIndex
= index;
619
_attributeIndex
= index;
641
_attributeIndex
= index;
899
_attributeIndex
= that._attributeIndex;
1870
ResetAttributePosition(attribute, element.Attributes, out
_attributeIndex
);
7 references to _attributeIndex
dotnet-svcutil-lib (7)
FrameworkFork\Microsoft.Xml\Xml\Dom\DocumentXPathNavigator.cs (7)
34
_attributeIndex = other.
_attributeIndex
;
354
if (!CheckAttributePosition(attribute, out attributes,
_attributeIndex
)
359
for (int i =
_attributeIndex
+ 1; i < attributes.Count; i++)
584
int index =
_attributeIndex
;
899
_attributeIndex = that.
_attributeIndex
;
1700
DeleteAttribute(attribute,
_attributeIndex
);
1759
DeleteAttribute(attribute,
_attributeIndex
);