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)
88
foreach (EndpointConnectionPool pool in
_endpointPools
.Values)
95
foreach (KeyValuePair<TKey, EndpointConnectionPool> poolEntry in
_endpointPools
)
112
_endpointPools
.Remove(endpointKeysToRemove[i]);
126
if (!
_endpointPools
.TryGetValue(key, out result))
130
_endpointPools
.Add(key, result);
172
foreach (EndpointConnectionPool pool in
_endpointPools
.Values)
190
_endpointPools
.Clear();