System\Xml\XPath\Internal\XPathParser.cs (3)
730table.Add("not" , new ParamInfo(Function.FunctionType.FuncNot , 1, 1, temparray8));
731table.Add("true" , new ParamInfo(Function.FunctionType.FuncTrue , 0, 0 ,temparray8));
732table.Add("false" , new ParamInfo(Function.FunctionType.FuncFalse , 0, 0, temparray8));