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