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