1 write to idleConnections
System.ServiceModel (1)
System\ServiceModel\Channels\ConnectionPool.cs (1)
260
idleConnections
= GetIdleConnectionPool();
4 references to idleConnections
System.ServiceModel (4)
System\ServiceModel\Channels\ConnectionPool.cs (4)
258
if (
idleConnections
== null)
263
return
idleConnections
;
289
if (
idleConnections
!= null &&
idleConnections
.Count > 0)