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