2 writes to _httpClientCache
System.ServiceModel.Http (2)
System\ServiceModel\Channels\HttpChannelFactory.cs (2)
133_httpClientCache = bindingElement.GetProperty<MruCache<string, HttpClient>>(context); 617_httpClientCache = null;
9 references to _httpClientCache
System.ServiceModel.Http (9)
System\ServiceModel\Channels\HttpChannelFactory.cs (9)
265lock (_httpClientCache) 267foundHttpClient = _httpClientCache.TryGetValue(connectionGroupName, out httpClient); 363lock (_httpClientCache) 366if (_httpClientCache.TryGetValue(connectionGroupName, out tempHttpClient)) 373_httpClientCache.Add(connectionGroupName, httpClient); 612if (_httpClientCache != null && !_httpClientCache.IsDisposed) 614lock (_httpClientCache) 616_httpClientCache.Dispose();