1 write to _idleConnections
System.ServiceModel.NetFramingBase (1)
System\ServiceModel\Channels\ConnectionPool.cs (1)
246
_idleConnections
= GetIdleConnectionPool();
4 references to _idleConnections
System.ServiceModel.NetFramingBase (4)
System\ServiceModel\Channels\ConnectionPool.cs (4)
244
if (
_idleConnections
== null)
249
return
_idleConnections
;
272
if (
_idleConnections
!= null &&
_idleConnections
.Count > 0)