2 instantiations of FunctionQuery
System.Xml (2)
System\Xml\XPath\Internal\FunctionQuery.cs (1)
99
public override XPathNodeIterator Clone() { return new
FunctionQuery
(this); }
System\Xml\XPath\Internal\QueryBuilder.cs (1)
371
qy = 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)
24
private FunctionQuery(
FunctionQuery
other) : base(other) {
System\Xml\XPath\Internal\Query.cs (1)
184
if (query is
FunctionQuery
) return; // Temp Fix. Functions (as document()) return now unordered sequences