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