3 references to AncestorOrSelf
System.Private.Xml (3)
System\Xml\Xsl\XPath\XPathBuilder.cs (1)
398case XPathAxis.AncestorOrSelf: qilAxis = _f.AncestorOrSelf(currentNode); break;
System\Xml\Xsl\Xslt\QilGenerator.cs (2)
1912countMatches = _f.Filter(i = _f.For(_f.AncestorOrSelf(GetCurrentNode())), MatchCountPattern(countPattern, i)); 1928fromMatches = _f.Filter(i = _f.For(_f.AncestorOrSelf(GetCurrentNode())), MatchPattern(fromPattern, i));