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