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