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)
394
return (T)(object)
_httpClientCache
;
415
if (
_httpClientCache
== null || !
_httpClientCache
.AddRef())
420
return
_httpClientCache
;