System\Xml\XPath\Internal\XPathParser.cs (5)
817table.Add("name", new ParamInfo(Function.FunctionType.FuncName, 0, 1, s_temparray2));
818table.Add("namespace-uri", new ParamInfo(Function.FunctionType.FuncNameSpaceUri, 0, 1, s_temparray2));
819table.Add("local-name", new ParamInfo(Function.FunctionType.FuncLocalName, 0, 1, s_temparray2));
820table.Add("count", new ParamInfo(Function.FunctionType.FuncCount, 1, 1, s_temparray2));
838table.Add("sum", new ParamInfo(Function.FunctionType.FuncSum, 1, 1, s_temparray2));