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