1 instantiation of IdleTimeoutIdleConnectionPool
System.ServiceModel (1)
System\ServiceModel\Channels\IdlingCommunicationPool.cs (1)
63
this.connections = new
IdleTimeoutIdleConnectionPool
(this, this.ThisLock);
3 references to IdleTimeoutIdleConnectionPool
System.ServiceModel (3)
System\ServiceModel\Channels\IdlingCommunicationPool.cs (3)
58
IdleTimeoutIdleConnectionPool
connections;
209
IdleTimeoutIdleConnectionPool
pool = (
IdleTimeoutIdleConnectionPool
)state;