3 references to AncestorOrSelf
System.Data.SqlXml (3)
System\Xml\Xsl\XPath\XPathBuilder.cs (1)
338case XPathAxis.AncestorOrSelf : qilAxis = f.AncestorOrSelf (currentNode); break;
System\Xml\Xsl\Xslt\QilGenerator.cs (2)
1608countMatches = f.Filter(i = f.For(f.AncestorOrSelf(GetCurrentNode())), MatchCountPattern(countPattern, i)); 1618fromMatches = f.Filter(i = f.For(f.AncestorOrSelf(GetCurrentNode())), MatchPattern(fromPattern, i));