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