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