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