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