3 instantiations of XPathAncestorQuery
dotnet-svcutil-lib (3)
FrameworkFork\Microsoft.Xml\Xml\XPath\Internal\querybuilder.cs (2)
118result = new XPathAncestorQuery(qyInput, root.Name, root.Prefix, root.NodeType, false); 122result = new XPathAncestorQuery(qyInput, root.Name, root.Prefix, root.NodeType, true);
FrameworkFork\Microsoft.Xml\Xml\XPath\Internal\XPathAncestorQuery.cs (1)
64public override XPathNodeIterator Clone() { return new XPathAncestorQuery(this); }
1 reference to XPathAncestorQuery
dotnet-svcutil-lib (1)
FrameworkFork\Microsoft.Xml\Xml\XPath\Internal\XPathAncestorQuery.cs (1)
21private XPathAncestorQuery(XPathAncestorQuery other) : base(other)