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