4 references to Push
System.Xml (4)
System\Xml\XPath\Internal\CacheChildrenQuery.cs (2)
104elementStk .Push(currentNode); 105positionStk.Push(position);
System\Xml\XPath\Internal\FollowingSibling.cs (1)
79elementStk.Push(currentNode);
System\Xml\XPath\Internal\PrecedingQuery.cs (1)
63ancestorStk.Push(last.Clone());