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