1 type derived from CommunicationPool
dotnet-svcutil-lib (1)
FrameworkFork\System.ServiceModel\System\ServiceModel\Channels\IdlingCommunicationPool.cs (1)
14: CommunicationPool<TKey, TItem>
3 references to CommunicationPool
dotnet-svcutil-lib (3)
FrameworkFork\System.ServiceModel\System\ServiceModel\Channels\ConnectionPool.cs (3)
230private CommunicationPool<TKey, TItem> _parent; 232public EndpointConnectionPool(CommunicationPool<TKey, TItem> parent, TKey key) 257protected CommunicationPool<TKey, TItem> Parent