2 instantiations of FunctionQuery
System.Xml (2)
System\Xml\XPath\Internal\FunctionQuery.cs (1)
99public override XPathNodeIterator Clone() { return new FunctionQuery(this); }
System\Xml\XPath\Internal\QueryBuilder.cs (1)
371qy = new FunctionQuery(root.Prefix, root.Name, ProcessArguments(root.ArgumentList, out props));
2 references to FunctionQuery
System.Xml (2)
System\Xml\XPath\Internal\FunctionQuery.cs (1)
24private FunctionQuery(FunctionQuery other) : base(other) {
System\Xml\XPath\Internal\Query.cs (1)
184if (query is FunctionQuery) return; // Temp Fix. Functions (as document()) return now unordered sequences