1 instantiation of IdleTimeoutIdleConnectionPool
dotnet-svcutil-lib (1)
FrameworkFork\System.ServiceModel\System\ServiceModel\Channels\IdlingCommunicationPool.cs (1)
63
_connections = new
IdleTimeoutIdleConnectionPool
(this, this.ThisLock);
3 references to IdleTimeoutIdleConnectionPool
dotnet-svcutil-lib (3)
FrameworkFork\System.ServiceModel\System\ServiceModel\Channels\IdlingCommunicationPool.cs (3)
58
private
IdleTimeoutIdleConnectionPool
_connections;
211
IdleTimeoutIdleConnectionPool
pool = (
IdleTimeoutIdleConnectionPool
)state;