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