2 references to toBoolean
dotnet-svcutil-lib (2)
FrameworkFork\Microsoft.Xml\Xml\XPath\Internal\BooleanFunctions.cs (1)
66
if (result is double) return
toBoolean
((double)result);
FrameworkFork\Microsoft.Xml\Xml\XPath\Internal\LogicalExpr.cs (1)
272
bool n2 = BooleanFunctions.
toBoolean
((double)val2);