2 writes to _elementStk
System.Private.Xml (2)
System\Xml\XPath\Internal\FollSiblingQuery.cs (2)
18_elementStk = new StackNav(); 23_elementStk = other._elementStk.Clone();
5 references to _elementStk
System.Private.Xml (5)
System\Xml\XPath\Internal\FollSiblingQuery.cs (5)
23_elementStk = other._elementStk.Clone(); 30_elementStk.Clear(); 72if (_elementStk.Count == 0) 83currentNode = _elementStk.Pop(); 89_elementStk.Push(currentNode);