23 writes to position
System.Xml (23)
System\Xml\XPath\Internal\AttributeQuery.cs (2)
34
position
= 0;
44
position
++;
System\Xml\XPath\Internal\BaseAxisQuery.cs (2)
52
this.
position
= other.position;
57
position
= 0;
System\Xml\XPath\Internal\CacheChildrenQuery.cs (4)
69
position
= 0;
72
position
= positionStk.Pop();
94
position
++;
111
position
= 0;
System\Xml\XPath\Internal\ChildrenQuery.cs (2)
45
position
= 0;
47
position
++;
System\Xml\XPath\Internal\DescendantoverDescendantQuery.cs (3)
36
position
= 0;
41
position
= 1;
55
position
++;
System\Xml\XPath\Internal\DescendantQuery.cs (2)
32
position
= 0;
49
position
++;
System\Xml\XPath\Internal\FilterQuery.cs (1)
52
position
++;
System\Xml\XPath\Internal\FollowingQuery.cs (1)
65
position
++;
System\Xml\XPath\Internal\FollowingSibling.cs (1)
89
position
++;
System\Xml\XPath\Internal\GroupQuery.cs (1)
23
position
++;
System\Xml\XPath\Internal\NamespaceQuery.cs (2)
35
position
= 0;
44
position
++;
System\Xml\XPath\Internal\PrecedingQuery.cs (1)
83
position
++;
System\Xml\XPath\Internal\XPathSelfQuery.cs (1)
21
position
= 1;
3 references to position
System.Xml (3)
System\Xml\XPath\Internal\BaseAxisQuery.cs (2)
52
this.position = other.
position
;
75
public override int CurrentPosition { get { return
position
; } }
System\Xml\XPath\Internal\CacheChildrenQuery.cs (1)
105
positionStk.Push(
position
);