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