2 references to ChildrenQuery
dotnet-svcutil-lib (2)
FrameworkFork\Microsoft.Xml\Xml\XPath\Internal\CacheChildrenQuery.cs (1)
31public CacheChildrenQuery(Query qyInput, string name, string prefix, XPathNodeType type) : base(qyInput, name, prefix, type)
FrameworkFork\Microsoft.Xml\Xml\XPath\Internal\querybuilder.cs (1)
132result = new ChildrenQuery(qyInput, root.Name, root.Prefix, root.NodeType);