6 references to FuncBoolean
System.Private.Xml (6)
System\Xml\XPath\Internal\BooleanExpr.cs (2)
23opnd1 = new BooleanFunctions(Function.FunctionType.FuncBoolean, opnd1); 27opnd2 = new BooleanFunctions(Function.FunctionType.FuncBoolean, opnd2);
System\Xml\XPath\Internal\BooleanFunctions.cs (1)
37FT.FuncBoolean => toBoolean(nodeIterator),
System\Xml\XPath\Internal\QueryBuilder.cs (1)
415case FT.FuncBoolean:
System\Xml\XPath\Internal\XPathParser.cs (2)
577arg = new Function(Function.FunctionType.FuncBoolean, arg); 832table.Add("boolean", new ParamInfo(Function.FunctionType.FuncBoolean, 1, 1, s_temparray3));