2 writes to positionStk
System.Xml (2)
System\Xml\XPath\Internal\CacheChildrenQuery.cs (2)
34this.positionStk = new StackInt(); 40this.positionStk = other.positionStk.Clone();
4 references to positionStk
System.Xml (4)
System\Xml\XPath\Internal\CacheChildrenQuery.cs (4)
40this.positionStk = other.positionStk.Clone(); 50positionStk.Clear(); 72position = positionStk.Pop(); 105positionStk.Push(position);