1 write to _httpClientCache
System.ServiceModel.Http (1)
System\ServiceModel\Channels\HttpTransportBindingElement.cs (1)
308_httpClientCache = new MruCache<string, HttpClient>(10);
4 references to _httpClientCache
System.ServiceModel.Http (4)
System\ServiceModel\Channels\HttpTransportBindingElement.cs (4)
285return (T)(object)_httpClientCache; 306if (_httpClientCache == null || !_httpClientCache.AddRef()) 311return _httpClientCache;