2 references to DescendantOrSelf
System.Private.Xml (2)
System\Xml\Xsl\XPath\XPathBuilder.cs (1)
402case XPathAxis.DescendantOrSelf: qilAxis = _f.DescendantOrSelf(currentNode); break;
System\Xml\Xsl\Xslt\KeyMatchBuilder.cs (1)
111QilIterator it = f.For(f.DescendantOrSelf(f.Root(_fixup)));