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