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; 1870ResetAttributePosition(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; 354if (!CheckAttributePosition(attribute, out attributes, _attributeIndex) 359for (int i = _attributeIndex + 1; i < attributes.Count; i++) 584int index = _attributeIndex; 899_attributeIndex = that._attributeIndex; 1700DeleteAttribute(attribute, _attributeIndex); 1759DeleteAttribute(attribute, _attributeIndex);