2 references to Descendant
System.Data.SqlXml (2)
System\Xml\Xsl\XPath\XPathBuilder.cs (1)
341case XPathAxis.Descendant : qilAxis = f.Descendant (currentNode); break;
System\Xml\Xsl\XPath\XPathScanner.cs (1)
405case "descendant" : return XPathAxis.Descendant;