2 writes to ancestorStk
System.Xml (2)
System\Xml\XPath\Internal\PrecedingQuery.cs (2)
32ancestorStk = new StackNav(); 36this.ancestorStk = other.ancestorStk.Clone();
6 references to ancestorStk
System.Xml (6)
System\Xml\XPath\Internal\PrecedingQuery.cs (6)
36this.ancestorStk = other.ancestorStk.Clone(); 41ancestorStk.Clear(); 63ancestorStk.Push(last.Clone()); 72if (currentNode.IsSamePosition(ancestorStk.Peek())) { 73ancestorStk.Pop(); 74if (ancestorStk.Count == 0) {