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)
248if (_idleConnections == null) 253return _idleConnections; 279if (_idleConnections != null && _idleConnections.Count > 0)