3 instantiations of DescendantOverDescendantQuery
dotnet-svcutil-lib (3)
FrameworkFork\Microsoft.Xml\Xml\XPath\Internal\DescendantOverDescendantQuery.cs (1)
100
public override XPathNodeIterator Clone() { return new
DescendantOverDescendantQuery
(this); }
FrameworkFork\Microsoft.Xml\Xml\XPath\Internal\querybuilder.cs (2)
141
result = new
DescendantOverDescendantQuery
(qyInput, false, root.Name, root.Prefix, root.NodeType, /*abbrAxis:*/false);
156
result = new
DescendantOverDescendantQuery
(qyInput, true, root.Name, root.Prefix, root.NodeType, root.AbbrAxis);
1 reference to DescendantOverDescendantQuery
dotnet-svcutil-lib (1)
FrameworkFork\Microsoft.Xml\Xml\XPath\Internal\DescendantOverDescendantQuery.cs (1)
23
private DescendantOverDescendantQuery(
DescendantOverDescendantQuery
other) : base(other)