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