3 references to toBoolean
dotnet-svcutil-lib (3)
FrameworkFork\Microsoft.Xml\Xml\XPath\Internal\BooleanFunctions.cs (1)
65
if (result is string) return
toBoolean
((string)result);
FrameworkFork\Microsoft.Xml\Xml\XPath\Internal\LogicalExpr.cs (2)
286
bool n2 = BooleanFunctions.
toBoolean
((string)val2);
292
bool n1 = BooleanFunctions.
toBoolean
(Rtf(val1));