4 references to Pop
System.Xml (4)
System\Xml\XPath\Internal\CacheChildrenQuery.cs (2)
71currentNode = elementStk .Pop(); 72position = positionStk.Pop();
System\Xml\XPath\Internal\FollowingSibling.cs (1)
74currentNode = elementStk.Pop();
System\Xml\XPath\Internal\PrecedingQuery.cs (1)
73ancestorStk.Pop();