2 instantiations of FunctionQuery
dotnet-svcutil-lib (2)
FrameworkFork\Microsoft.Xml\Xml\XPath\Internal\FunctionQuery.cs (1)
124public override XPathNodeIterator Clone() { return new FunctionQuery(this); }
FrameworkFork\Microsoft.Xml\Xml\XPath\Internal\querybuilder.cs (1)
434qy = new FunctionQuery(root.Prefix, root.Name, ProcessArguments(root.ArgumentList, out props));
2 references to FunctionQuery
dotnet-svcutil-lib (2)
FrameworkFork\Microsoft.Xml\Xml\XPath\Internal\FunctionQuery.cs (1)
24private FunctionQuery(FunctionQuery other) : base(other)
FrameworkFork\Microsoft.Xml\Xml\XPath\Internal\Query.cs (1)
207if (query is FunctionQuery) return; // Temp Fix. Functions (as document()) return now unordered sequences