1 instantiation of IdleTimeoutEndpointConnectionPool
dotnet-svcutil-lib (1)
FrameworkFork\System.ServiceModel\System\ServiceModel\Channels\IdlingCommunicationPool.cs (1)
48
return new
IdleTimeoutEndpointConnectionPool
(this, key);
2 references to IdleTimeoutEndpointConnectionPool
dotnet-svcutil-lib (2)
FrameworkFork\System.ServiceModel\System\ServiceModel\Channels\IdlingCommunicationPool.cs (2)
103
private
IdleTimeoutEndpointConnectionPool
_parent;
115
public IdleTimeoutIdleConnectionPool(
IdleTimeoutEndpointConnectionPool
parent, object thisLock)