2 instantiations of NamespaceQuery
System.Private.Xml (2)
System\Xml\XPath\Internal\NamespaceQuery.cs (1)
76public override XPathNodeIterator Clone() { return new NamespaceQuery(this); }
System\Xml\XPath\Internal\QueryBuilder.cs (1)
193result = new NamespaceQuery(qyInput, root.Name, root.Prefix, root.NodeType);
1 reference to NamespaceQuery
System.Private.Xml (1)
System\Xml\XPath\Internal\NamespaceQuery.cs (1)
14private NamespaceQuery(NamespaceQuery other) : base(other)