2 instantiations of XPathSelfQuery
System.Private.Xml (2)
System\Xml\XPath\Internal\QueryBuilder.cs (1)
188result = new XPathSelfQuery(qyInput, root.Name, root.Prefix, root.NodeType);
System\Xml\XPath\Internal\XPathSelfQuery.cs (1)
26public override XPathNodeIterator Clone() { return new XPathSelfQuery(this); }
1 reference to XPathSelfQuery
System.Private.Xml (1)
System\Xml\XPath\Internal\XPathSelfQuery.cs (1)
11private XPathSelfQuery(XPathSelfQuery other) : base(other) { }