8 references to TryGetValue
System.ServiceModel.Http (4)
System\ServiceModel\Channels\HttpChannelFactory.cs (4)
235
if (!_credentialCacheUriPrefixCache.
TryGetValue
(via, out result))
267
foundHttpClient = _httpClientCache.
TryGetValue
(connectionGroupName, out httpClient);
366
if (_httpClientCache.
TryGetValue
(connectionGroupName, out tempHttpClient))
673
if (!_credentialHashCache.
TryGetValue
(inputString, out credentialHash))
System.ServiceModel.NetTcp (1)
System\ServiceModel\Channels\DnsCache.cs (1)
63
if (s_resolveCache.
TryGetValue
(hostName, out cacheEntry))
System.ServiceModel.Primitives (3)
System\ServiceModel\ClientBase.cs (3)
656
if (s_factoryRefCache.
TryGetValue
(_endpointTrait, out factoryRef))
754
if (!s_factoryRefCache.
TryGetValue
(_endpointTrait, out cfRef))
781
if (s_factoryRefCache.
TryGetValue
(_endpointTrait, out factoryRef))