1 write to _endpointPools
dotnet-svcutil-lib (1)
FrameworkFork\System.ServiceModel\System\ServiceModel\Channels\ConnectionPool.cs (1)
31_endpointPools = new Dictionary<TKey, EndpointConnectionPool>();
7 references to _endpointPools
dotnet-svcutil-lib (7)
FrameworkFork\System.ServiceModel\System\ServiceModel\Channels\ConnectionPool.cs (7)
88foreach (EndpointConnectionPool pool in _endpointPools.Values) 95foreach (KeyValuePair<TKey, EndpointConnectionPool> poolEntry in _endpointPools) 112_endpointPools.Remove(endpointKeysToRemove[i]); 126if (!_endpointPools.TryGetValue(key, out result)) 130_endpointPools.Add(key, result); 172foreach (EndpointConnectionPool pool in _endpointPools.Values) 190_endpointPools.Clear();