1 write to _httpClientCache
dotnet-svcutil-lib (1)
FrameworkFork\System.ServiceModel\System\ServiceModel\Channels\HttpChannelFactory.cs (1)
251
_httpClientCache
= new MruCache<string, HttpClient>(10);
5 references to _httpClientCache
dotnet-svcutil-lib (5)
FrameworkFork\System.ServiceModel\System\ServiceModel\Channels\HttpChannelFactory.cs (5)
245
if (
_httpClientCache
== null)
249
if (
_httpClientCache
== null)
270
lock (
_httpClientCache
)
272
if (!
_httpClientCache
.TryGetValue(connectionGroupName, out httpClient))
295
_httpClientCache
.Add(connectionGroupName, httpClient);