2 references to ContextQuery
System.Private.Xml (2)
System\Xml\XPath\Internal\AbsoluteQuery.cs (1)
12
private AbsoluteQuery(AbsoluteQuery other) :
base
(other) { }
System\Xml\XPath\Internal\ContextQuery.cs (1)
51
public override XPathNodeIterator Clone() { return new
ContextQuery
(this); }