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