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