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