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