1 write to _idleConnections
dotnet-svcutil-lib (1)
FrameworkFork\System.ServiceModel\System\ServiceModel\Channels\ConnectionPool.cs (1)
250
_idleConnections
= GetIdleConnectionPool();
4 references to _idleConnections
dotnet-svcutil-lib (4)
FrameworkFork\System.ServiceModel\System\ServiceModel\Channels\ConnectionPool.cs (4)
248
if (
_idleConnections
== null)
253
return
_idleConnections
;
279
if (
_idleConnections
!= null &&
_idleConnections
.Count > 0)