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