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