2 references to DescendantOrSelf
System.Data.SqlXml (2)
System\Xml\Xsl\XPath\XPathBuilder.cs (1)
342case XPathAxis.DescendantOrSelf : qilAxis = f.DescendantOrSelf (currentNode); break;
System\Xml\Xsl\Xslt\KeyMatchBuilder.cs (1)
97QilIterator it = f.For(f.DescendantOrSelf(f.Root(this.fixup)));