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