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