System\Xml\XPath\Internal\XPathParser.cs (4)
721table.Add("starts-with" , new ParamInfo(Function.FunctionType.FuncStartsWith , 2, 2, temparray5));
722table.Add("contains" , new ParamInfo(Function.FunctionType.FuncContains , 2, 2, temparray5));
723table.Add("substring-before" , new ParamInfo(Function.FunctionType.FuncSubstringBefore, 2, 2, temparray5));
724table.Add("substring-after" , new ParamInfo(Function.FunctionType.FuncSubstringAfter , 2, 2, temparray5));