6 references to FuncBoolean
System.Xml (6)
System\Xml\XPath\Internal\BooleanExpr.cs (2)
25opnd1 = new BooleanFunctions(Function.FunctionType.FuncBoolean, opnd1); 28opnd2 = new BooleanFunctions(Function.FunctionType.FuncBoolean, opnd2);
System\Xml\XPath\Internal\BooleanFunctions.cs (1)
38case FT.FuncBoolean : return toBoolean(nodeIterator);
System\Xml\XPath\Internal\QueryBuilder.cs (1)
359case FT.FuncBoolean:
System\Xml\XPath\Internal\XPathParser.cs (2)
504arg = new Function(Function.FunctionType.FuncBoolean, arg); 729table.Add("boolean" , new ParamInfo(Function.FunctionType.FuncBoolean , 1, 1, temparray3));