System\Xml\XPath\Internal\QueryBuilder.cs (11)
315ProcessNode((AstNode)(root.ArgumentList[0]), Flags.None, out props)
318qy = new IDQuery(ProcessNode((AstNode)(root.ArgumentList[0]), Flags.None, out props));
324if (root.ArgumentList != null && root.ArgumentList.Count > 0) {
326ProcessNode((AstNode)(root.ArgumentList[0]), Flags.None, out props)
341return new StringFunctions(root.TypeOfFunction, ProcessArguments(root.ArgumentList, out props));
347if (root.ArgumentList != null && root.ArgumentList.Count > 0) {
349ProcessNode((AstNode)root.ArgumentList[0], Flags.None, out props)
361ProcessNode((AstNode)root.ArgumentList[0], Flags.None, out props)
371qy = new FunctionQuery(root.Prefix, root.Name, ProcessArguments(root.ArgumentList, out props));