1 instantiation of IdleTimeoutIdleConnectionPool
System.ServiceModel.NetFramingBase (1)
System\ServiceModel\Channels\IdlingCommunicationPool.cs (1)
52
_connections = new
IdleTimeoutIdleConnectionPool
(this, ThisLock);
3 references to IdleTimeoutIdleConnectionPool
System.ServiceModel.NetFramingBase (3)
System\ServiceModel\Channels\IdlingCommunicationPool.cs (3)
47
private
IdleTimeoutIdleConnectionPool
_connections;
194
IdleTimeoutIdleConnectionPool
pool = (
IdleTimeoutIdleConnectionPool
)state;