4 references to Self
System.Data.SqlXml (4)
System\Xml\Xsl\XPath\XPathBuilder.cs (1)
349case XPathAxis.Self : qilAxis = (currentNode); break;
System\Xml\Xsl\XPath\XPathParser.cs (1)
138opnd = builder.Axis(XPathAxis.Self, XPathNodeType.All, null, null);
System\Xml\Xsl\XPath\XPathScanner.cs (1)
413case "self" : return XPathAxis.Self;
System\Xml\Xsl\Xslt\XslAstAnalyzer.cs (1)
923if (xpathAxis == XPathAxis.Self && nodeType == XPathNodeType.All && prefix == null && name == null) {