4 references to StackNav
System.Xml (4)
System\Xml\XPath\Internal\CacheChildrenQuery.cs (2)
33this.elementStk = new StackNav(); 34this.positionStk = new StackInt();
System\Xml\XPath\Internal\FollowingSibling.cs (1)
22this.elementStk = new StackNav();
System\Xml\XPath\Internal\PrecedingQuery.cs (1)
32ancestorStk = new StackNav();