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