2 instantiations of NamespaceQuery
dotnet-svcutil-lib (2)
FrameworkFork\Microsoft.Xml\Xml\XPath\Internal\NamespaceQuery.cs (1)
80public override XPathNodeIterator Clone() { return new NamespaceQuery(this); }
FrameworkFork\Microsoft.Xml\Xml\XPath\Internal\querybuilder.cs (1)
195result = new NamespaceQuery(qyInput, root.Name, root.Prefix, root.NodeType);
1 reference to NamespaceQuery
dotnet-svcutil-lib (1)
FrameworkFork\Microsoft.Xml\Xml\XPath\Internal\NamespaceQuery.cs (1)
18private NamespaceQuery(NamespaceQuery other) : base(other)