2 instantiations of IDQuery
System.Xml (2)
System\Xml\XPath\Internal\IdQuery.cs (1)
68
public override XPathNodeIterator Clone() { return new
IDQuery
(this); }
System\Xml\XPath\Internal\QueryBuilder.cs (1)
318
qy = 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)
19
private IDQuery(
IDQuery
other) : base(other) { }