2 references to ProcessArguments
dotnet-svcutil-lib (2)
FrameworkFork\Microsoft.Xml\Xml\XPath\Internal\querybuilder.cs (2)
399
return new StringFunctions(root.TypeOfFunction,
ProcessArguments
(root.ArgumentList, out props));
434
qy = new FunctionQuery(root.Prefix, root.Name,
ProcessArguments
(root.ArgumentList, out props));