FrameworkFork\Microsoft.Xml\Xml\XPath\Internal\querybuilder.cs (11)
370ProcessNode((AstNode)(root.ArgumentList[0]), Flags.None, out props)
373qy = new IDQuery(ProcessNode((AstNode)(root.ArgumentList[0]), Flags.None, out props));
379if (root.ArgumentList != null && root.ArgumentList.Count > 0)
382ProcessNode((AstNode)(root.ArgumentList[0]), Flags.None, out props)
399return new StringFunctions(root.TypeOfFunction, ProcessArguments(root.ArgumentList, out props));
405if (root.ArgumentList != null && root.ArgumentList.Count > 0)
408ProcessNode((AstNode)root.ArgumentList[0], Flags.None, out props)
422ProcessNode((AstNode)root.ArgumentList[0], Flags.None, out props)
434qy = new FunctionQuery(root.Prefix, root.Name, ProcessArguments(root.ArgumentList, out props));