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