3 references to ToBoolean
dotnet-svcutil-lib (3)
FrameworkFork\System.ServiceModel\System\ServiceModel\Channels\MessageHeader.cs (3)
200
if (mustUnderstandString != null &&
ToBoolean
(mustUnderstandString))
219
if (relayString != null &&
ToBoolean
(relayString))
235
isReferenceParameter =
ToBoolean
(refParam);