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