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