5 instantiations of BooleanFunctions
System.Xml (5)
System\Xml\XPath\Internal\BooleanExpr.cs (2)
25
opnd1 = new
BooleanFunctions
(Function.FunctionType.FuncBoolean, opnd1);
28
opnd2 = new
BooleanFunctions
(Function.FunctionType.FuncBoolean, opnd2);
System\Xml\XPath\Internal\BooleanFunctions.cs (1)
79
public override XPathNodeIterator Clone() { return new
BooleanFunctions
(this); }
System\Xml\XPath\Internal\QueryBuilder.cs (2)
356
return new
BooleanFunctions
(root.TypeOfFunction, null);
360
return new
BooleanFunctions
(root.TypeOfFunction,
4 references to BooleanFunctions
System.Xml (4)
System\Xml\XPath\Internal\BooleanFunctions.cs (1)
25
private BooleanFunctions(
BooleanFunctions
other) : base(other) {
System\Xml\XPath\Internal\LogicalExpr.cs (3)
232
bool n2 =
BooleanFunctions
.toBoolean((double)val2);
244
bool n2 =
BooleanFunctions
.toBoolean((string) val2);
249
bool n1 =
BooleanFunctions
.toBoolean(Rtf(val1));