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