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