2 instantiations of IDQuery
System.Xml (2)
System\Xml\XPath\Internal\IdQuery.cs (1)
68public override XPathNodeIterator Clone() { return new IDQuery(this); }
System\Xml\XPath\Internal\QueryBuilder.cs (1)
318qy = new IDQuery(ProcessNode((AstNode)(root.ArgumentList[0]), Flags.None, out props));
1 reference to IDQuery
System.Xml (1)
System\Xml\XPath\Internal\IdQuery.cs (1)
19private IDQuery(IDQuery other) : base(other) { }