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()); 78if (currentNode.IsSamePosition(_ancestorStk.Peek())) 80_ancestorStk.Pop(); 81if (_ancestorStk.Count == 0)