4 references to Self
System.Private.Xml (4)
System\Xml\Xsl\XPath\XPathBuilder.cs (1)
409
case XPathAxis.
Self
: qilAxis = (currentNode); break;
System\Xml\Xsl\XPath\XPathParser.cs (1)
155
opnd = _builder!.Axis(XPathAxis.
Self
, XPathNodeType.All, null, null);
System\Xml\Xsl\XPath\XPathScanner.cs (1)
478
case "self": return XPathAxis.
Self
;
System\Xml\Xsl\Xslt\XslAstAnalyzer.cs (1)
1022
if (xpathAxis == XPathAxis.
Self
&& nodeType == XPathNodeType.All && prefix == null && name == null)