10 references to DescendantOrSelf
System.Private.Xml (10)
System\Xml\Xsl\XPath\XPathBuilder.cs (1)
402case XPathAxis.DescendantOrSelf: qilAxis = _f.DescendantOrSelf(currentNode); break;
System\Xml\Xsl\XPath\XPathParser.cs (3)
100_builder.Axis(XPathAxis.DescendantOrSelf, XPathNodeType.All, null, null), 137_builder.Axis(XPathAxis.DescendantOrSelf, XPathNodeType.All, null, null), 461_builder.Axis(XPathAxis.DescendantOrSelf, XPathNodeType.All, null, null),
System\Xml\Xsl\XPath\XPathScanner.cs (1)
471case "descendant-or-self": return XPathAxis.DescendantOrSelf;
System\Xml\Xsl\Xslt\XPathPatternBuilder.cs (2)
125xpathAxis == XPathAxis.DescendantOrSelf || 132case XPathAxis.DescendantOrSelf:
System\Xml\Xsl\Xslt\XPathPatternParser.cs (3)
87_ptrnBuilder.Axis(XPathAxis.DescendantOrSelf, XPathNodeType.All, null, null), 105_ptrnBuilder.Axis(XPathAxis.DescendantOrSelf, XPathNodeType.All, null, null), 181_ptrnBuilder.Axis(XPathAxis.DescendantOrSelf, XPathNodeType.All, null, null),