2 references to Descendant
System.Private.Xml (2)
System\Xml\Xsl\XPath\XPathBuilder.cs (1)
401case XPathAxis.Descendant: qilAxis = _f.Descendant(currentNode); break;
System\Xml\Xsl\XPath\XPathScanner.cs (1)
470case "descendant": return XPathAxis.Descendant;