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