10 references to DescendantOrSelf
System.Data.SqlXml (10)
System\Xml\Xsl\XPath\XPathBuilder.cs (1)
342
case XPathAxis.
DescendantOrSelf
: qilAxis = f.DescendantOrSelf (currentNode); break;
System\Xml\Xsl\XPath\XPathParser.cs (3)
93
builder.Axis(XPathAxis.
DescendantOrSelf
, XPathNodeType.All, null, null),
122
builder.Axis(XPathAxis.
DescendantOrSelf
, XPathNodeType.All, null, null),
404
builder.Axis(XPathAxis.
DescendantOrSelf
, XPathNodeType.All, null, null),
System\Xml\Xsl\XPath\XPathScanner.cs (1)
406
case "descendant-or-self" : return XPathAxis.
DescendantOrSelf
;
System\Xml\Xsl\Xslt\XPathPatternBuilder.cs (2)
117
xpathAxis == XPathAxis.
DescendantOrSelf
||
123
case XPathAxis.
DescendantOrSelf
:
System\Xml\Xsl\Xslt\XPathPatternParser.cs (3)
81
ptrnBuilder.Axis(XPathAxis.
DescendantOrSelf
, XPathNodeType.All, null, null),
97
ptrnBuilder.Axis(XPathAxis.
DescendantOrSelf
, XPathNodeType.All, null, null),
163
ptrnBuilder.Axis(XPathAxis.
DescendantOrSelf
, XPathNodeType.All, null, null),