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)
85
foreach (EndpointConnectionPool pool in
_endpointPools
.Values)
92
foreach (KeyValuePair<TKey, EndpointConnectionPool> poolEntry in
_endpointPools
)
109
_endpointPools
.Remove(endpointKeysToRemove[i]);
124
if (!
_endpointPools
.TryGetValue(key, out result))
128
_endpointPools
.Add(key, result);
173
foreach (EndpointConnectionPool pool in
_endpointPools
.Values)
191
_endpointPools
.Clear();