5 instantiations of BooleanFunctions
System.Xml (5)
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)
79public override XPathNodeIterator Clone() { return new BooleanFunctions(this); }
System\Xml\XPath\Internal\QueryBuilder.cs (2)
356return new BooleanFunctions(root.TypeOfFunction, null); 360return new BooleanFunctions(root.TypeOfFunction,
4 references to BooleanFunctions
System.Xml (4)
System\Xml\XPath\Internal\BooleanFunctions.cs (1)
25private BooleanFunctions(BooleanFunctions other) : base(other) {
System\Xml\XPath\Internal\LogicalExpr.cs (3)
232bool n2 = BooleanFunctions.toBoolean((double)val2); 244bool n2 = BooleanFunctions.toBoolean((string) val2); 249bool n1 = BooleanFunctions.toBoolean(Rtf(val1));