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