23 writes to position
System.Private.Xml (23)
System\Xml\XPath\Internal\AttributeQuery.cs (2)
36position = 0; 51position++;
System\Xml\XPath\Internal\BaseAxisQuery.cs (2)
50this.position = other.position; 56position = 0;
System\Xml\XPath\Internal\CacheChildrenQuery.cs (4)
73position = 0; 78position = _positionStk.Pop(); 96position++; 117position = 0;
System\Xml\XPath\Internal\ChildrenQuery.cs (2)
48position = 0; 50position++;
System\Xml\XPath\Internal\DescendantoverDescendantQuery.cs (3)
38position = 0; 45position = 1; 66position++;
System\Xml\XPath\Internal\DescendantQuery.cs (2)
33position = 0; 58position++;
System\Xml\XPath\Internal\FilterQuery.cs (1)
57position++;
System\Xml\XPath\Internal\FollowingQuery.cs (1)
76position++;
System\Xml\XPath\Internal\FollSiblingQuery.cs (1)
102position++;
System\Xml\XPath\Internal\GroupQuery.cs (1)
18position++;
System\Xml\XPath\Internal\NamespaceQuery.cs (2)
36position = 0; 49position++;
System\Xml\XPath\Internal\PrecedingQuery.cs (1)
92position++;
System\Xml\XPath\Internal\XPathSelfQuery.cs (1)
19position = 1;
3 references to position
System.Private.Xml (3)
System\Xml\XPath\Internal\BaseAxisQuery.cs (2)
50this.position = other.position; 74public override int CurrentPosition { get { return position; } }
System\Xml\XPath\Internal\CacheChildrenQuery.cs (1)
110_positionStk.Push(position);