2 references to toBoolean
System.Private.Xml (2)
System\Xml\XPath\Internal\BooleanFunctions.cs (1)
63if (result is double) return toBoolean((double)result);
System\Xml\XPath\Internal\LogicalExpr.cs (1)
276bool n2 = BooleanFunctions.toBoolean((double)val2);