4 references to AncestorOrSelf
System.Data.SqlXml (4)
System\Xml\Xsl\XPath\XPathBuilder.cs (2)
338case XPathAxis.AncestorOrSelf : qilAxis = f.AncestorOrSelf (currentNode); break; 361xpathAxis == XPathAxis.AncestorOrSelf || xpathAxis == XPathAxis.PrecedingSibling
System\Xml\Xsl\XPath\XPathParser.cs (1)
181axis == XPathAxis.AncestorOrSelf || axis == XPathAxis.PrecedingSibling
System\Xml\Xsl\XPath\XPathScanner.cs (1)
402case "ancestor-or-self" : return XPathAxis.AncestorOrSelf;