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