1 override of CreateEndpointConnectionPool
dotnet-svcutil-lib (1)
FrameworkFork\System.ServiceModel\System\ServiceModel\Channels\IdlingCommunicationPool.cs (1)
44protected override EndpointConnectionPool CreateEndpointConnectionPool(TKey key)
2 references to CreateEndpointConnectionPool
dotnet-svcutil-lib (2)
FrameworkFork\System.ServiceModel\System\ServiceModel\Channels\ConnectionPool.cs (1)
129result = CreateEndpointConnectionPool(key);
FrameworkFork\System.ServiceModel\System\ServiceModel\Channels\IdlingCommunicationPool.cs (1)
52return base.CreateEndpointConnectionPool(key);