23 writes to position
dotnet-svcutil-lib (23)
FrameworkFork\Microsoft.Xml\Xml\XPath\Internal\AttributeQuery.cs (2)
39position = 0; 53position++;
FrameworkFork\Microsoft.Xml\Xml\XPath\Internal\baseaxisquery.cs (2)
54this.position = other.position; 60position = 0;
FrameworkFork\Microsoft.Xml\Xml\XPath\Internal\CacheChildrenQuery.cs (4)
77position = 0; 82position = _positionStk.Pop(); 111position++; 132position = 0;
FrameworkFork\Microsoft.Xml\Xml\XPath\Internal\ChildrenQuery.cs (2)
55position = 0; 57position++;
FrameworkFork\Microsoft.Xml\Xml\XPath\Internal\DescendantOverDescendantQuery.cs (3)
41position = 0; 48position = 1; 68position++;
FrameworkFork\Microsoft.Xml\Xml\XPath\Internal\DescendantQuery.cs (2)
36position = 0; 61position++;
FrameworkFork\Microsoft.Xml\Xml\XPath\Internal\FilterQuery.cs (1)
60position++;
FrameworkFork\Microsoft.Xml\Xml\XPath\Internal\followingquery.cs (1)
79position++;
FrameworkFork\Microsoft.Xml\Xml\XPath\Internal\followingsibling.cs (1)
109position++;
FrameworkFork\Microsoft.Xml\Xml\XPath\Internal\GroupQuery.cs (1)
23position++;
FrameworkFork\Microsoft.Xml\Xml\XPath\Internal\NamespaceQuery.cs (2)
40position = 0; 53position++;
FrameworkFork\Microsoft.Xml\Xml\XPath\Internal\precedingquery.cs (1)
96position++;
FrameworkFork\Microsoft.Xml\Xml\XPath\Internal\XPathSelfQuery.cs (1)
23position = 1;
3 references to position
dotnet-svcutil-lib (3)
FrameworkFork\Microsoft.Xml\Xml\XPath\Internal\baseaxisquery.cs (2)
54this.position = other.position; 79public override int CurrentPosition { get { return position; } }
FrameworkFork\Microsoft.Xml\Xml\XPath\Internal\CacheChildrenQuery.cs (1)
125_positionStk.Push(position);