5 instantiations of BooleanFunctions
System.Private.Xml (5)
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)
87
public override XPathNodeIterator Clone() { return new
BooleanFunctions
(this); }
System\Xml\XPath\Internal\QueryBuilder.cs (2)
412
return new
BooleanFunctions
(root.TypeOfFunction, null);
416
return new
BooleanFunctions
(root.TypeOfFunction,
4 references to BooleanFunctions
System.Private.Xml (4)
System\Xml\XPath\Internal\BooleanFunctions.cs (1)
23
private BooleanFunctions(
BooleanFunctions
other) : base(other)
System\Xml\XPath\Internal\LogicalExpr.cs (3)
276
bool n2 =
BooleanFunctions
.toBoolean((double)val2);
290
bool n2 =
BooleanFunctions
.toBoolean((string)val2);
296
bool n1 =
BooleanFunctions
.toBoolean(Rtf(val1));