2 references to ChildrenQuery
dotnet-svcutil-lib (2)
FrameworkFork\Microsoft.Xml\Xml\XPath\Internal\CacheChildrenQuery.cs (1)
37
private CacheChildrenQuery(CacheChildrenQuery other) :
base
(other)
FrameworkFork\Microsoft.Xml\Xml\XPath\Internal\ChildrenQuery.cs (1)
79
public override XPathNodeIterator Clone() { return new
ChildrenQuery
(this); }