1 write to _endpointPools
System.ServiceModel.NetFramingBase (1)
System\ServiceModel\Channels\ConnectionPool.cs (1)
31_endpointPools = new Dictionary<TKey, EndpointConnectionPool>();
7 references to _endpointPools
System.ServiceModel.NetFramingBase (7)
System\ServiceModel\Channels\ConnectionPool.cs (7)
85foreach (EndpointConnectionPool pool in _endpointPools.Values) 92foreach (KeyValuePair<TKey, EndpointConnectionPool> poolEntry in _endpointPools) 109_endpointPools.Remove(endpointKeysToRemove[i]); 124if (!_endpointPools.TryGetValue(key, out result)) 128_endpointPools.Add(key, result); 173foreach (EndpointConnectionPool pool in _endpointPools.Values) 191_endpointPools.Clear();