10 references to DescendantOrSelf
System.Private.Xml (10)
System\Xml\Xsl\XPath\XPathBuilder.cs (1)
402
case 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)
471
case "descendant-or-self": return XPathAxis.
DescendantOrSelf
;
System\Xml\Xsl\Xslt\XPathPatternBuilder.cs (2)
125
xpathAxis == XPathAxis.
DescendantOrSelf
||
132
case 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),