1 write to idleConnections
System.ServiceModel (1)
System\ServiceModel\Channels\ConnectionPool.cs (1)
561
this.
idleConnections
= new Pool<TItem>(maxCount);
5 references to idleConnections
System.ServiceModel (5)
System\ServiceModel\Channels\ConnectionPool.cs (5)
567
get { return
idleConnections
.Count; }
582
bool result = this.
idleConnections
.Return(connection);
599
TD.OutboundConnectionsPerEndpointRatio(this.
idleConnections
.Count, maxCount);
608
TItem ret = this.
idleConnections
.Take();
611
TD.OutboundConnectionsPerEndpointRatio(this.
idleConnections
.Count, maxCount);