2 instantiations of NamespaceQuery
dotnet-svcutil-lib (2)
FrameworkFork\Microsoft.Xml\Xml\XPath\Internal\NamespaceQuery.cs (1)
80
public override XPathNodeIterator Clone() { return new
NamespaceQuery
(this); }
FrameworkFork\Microsoft.Xml\Xml\XPath\Internal\querybuilder.cs (1)
195
result = 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)
18
private NamespaceQuery(
NamespaceQuery
other) : base(other)