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