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)
245if (_httpClientCache == null) 249if (_httpClientCache == null) 270lock (_httpClientCache) 272if (!_httpClientCache.TryGetValue(connectionGroupName, out httpClient)) 295_httpClientCache.Add(connectionGroupName, httpClient);