2 writes to _ancestorStk
System.Private.Xml (2)
System\Xml\XPath\Internal\PrecedingQuery.cs (2)
28
_ancestorStk
= new StackNav();
33
_ancestorStk
= other._ancestorStk.Clone();
6 references to _ancestorStk
System.Private.Xml (6)
System\Xml\XPath\Internal\PrecedingQuery.cs (6)
33
_ancestorStk = other.
_ancestorStk
.Clone();
39
_ancestorStk
.Clear();
68
_ancestorStk
.Push(last.Clone());
78
if (currentNode.IsSamePosition(
_ancestorStk
.Peek()))
80
_ancestorStk
.Pop();
81
if (
_ancestorStk
.Count == 0)