2 writes to elementStk
System.Xml (2)
System\Xml\XPath\Internal\FollowingSibling.cs (2)
22this.elementStk = new StackNav(); 26this.elementStk = other.elementStk.Clone();
5 references to elementStk
System.Xml (5)
System\Xml\XPath\Internal\FollowingSibling.cs (5)
26this.elementStk = other.elementStk.Clone(); 32elementStk.Clear(); 67if (elementStk.Count == 0) { 74currentNode = elementStk.Pop(); 79elementStk.Push(currentNode);