3 references to FuncFalse
System.Xml (3)
System\Xml\XPath\Internal\BooleanFunctions.cs (1)
41case FT.FuncFalse : return false;
System\Xml\XPath\Internal\QueryBuilder.cs (1)
355case FT.FuncFalse:
System\Xml\XPath\Internal\XPathParser.cs (1)
732table.Add("false" , new ParamInfo(Function.FunctionType.FuncFalse , 0, 0, temparray8));