1 write to endpointPools
System.ServiceModel (1)
System\ServiceModel\Channels\ConnectionPool.cs (1)
31this.endpointPools = new Dictionary<TKey, EndpointConnectionPool>();
7 references to endpointPools
System.ServiceModel (7)
System\ServiceModel\Channels\ConnectionPool.cs (7)
90foreach (EndpointConnectionPool pool in endpointPools.Values) 97foreach (KeyValuePair<TKey, EndpointConnectionPool> poolEntry in endpointPools) 114endpointPools.Remove(endpointKeysToRemove[i]); 128if (!endpointPools.TryGetValue(key, out result)) 132endpointPools.Add(key, result); 174foreach (EndpointConnectionPool pool in endpointPools.Values) 200endpointPools.Clear();