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