3 references to TryGetValue
dotnet-svcutil-lib (3)
FrameworkFork\System.ServiceModel\System\ServiceModel\Channels\DnsCache.cs (1)
84
if (s_resolveCache.
TryGetValue
(hostName, out cacheEntry))
FrameworkFork\System.ServiceModel\System\ServiceModel\Channels\HttpChannelFactory.cs (2)
272
if (!_httpClientCache.
TryGetValue
(connectionGroupName, out httpClient))
577
if (!_credentialHashCache.
TryGetValue
(inputString, out credentialHash))