2 references to ProcessArguments
System.Xml (2)
System\Xml\XPath\Internal\QueryBuilder.cs (2)
341
return new StringFunctions(root.TypeOfFunction,
ProcessArguments
(root.ArgumentList, out props));
371
qy = new FunctionQuery(root.Prefix, root.Name,
ProcessArguments
(root.ArgumentList, out props));