4 references to AncestorOrSelf
System.Private.Xml (4)
System\Xml\Xsl\XPath\XPathBuilder.cs (2)
398
case XPathAxis.
AncestorOrSelf
: qilAxis = _f.AncestorOrSelf(currentNode); break;
421
xpathAxis == XPathAxis.
AncestorOrSelf
|| xpathAxis == XPathAxis.PrecedingSibling
System\Xml\Xsl\XPath\XPathParser.cs (1)
207
axis == XPathAxis.
AncestorOrSelf
|| axis == XPathAxis.PrecedingSibling
System\Xml\Xsl\XPath\XPathScanner.cs (1)
467
case "ancestor-or-self": return XPathAxis.
AncestorOrSelf
;