2 instantiations of FunctionQuery
System.Private.Xml (2)
System\Xml\XPath\Internal\FunctionQuery.cs (1)
128public override XPathNodeIterator Clone() { return new FunctionQuery(this); }
System\Xml\XPath\Internal\QueryBuilder.cs (1)
432qy = new FunctionQuery(root.Prefix, root.Name, ProcessArguments(root.ArgumentList, out props));
1 reference to FunctionQuery
System.Private.Xml (1)
System\Xml\XPath\Internal\FunctionQuery.cs (1)
22private FunctionQuery(FunctionQuery other) : base(other)