1 write to _idleConnections
dotnet-svcutil-lib (1)
FrameworkFork\System.ServiceModel\System\ServiceModel\Channels\ConnectionPool.cs (1)
545
_idleConnections
= new Pool<TItem>(maxCount);
5 references to _idleConnections
dotnet-svcutil-lib (5)
FrameworkFork\System.ServiceModel\System\ServiceModel\Channels\ConnectionPool.cs (5)
551
get { return
_idleConnections
.Count; }
566
bool result =
_idleConnections
.Return(connection);
577
WcfEventSource.Instance.OutboundConnectionsPerEndpointRatio(
_idleConnections
.Count, _maxCount);
586
TItem ret =
_idleConnections
.Take();
589
WcfEventSource.Instance.OutboundConnectionsPerEndpointRatio(
_idleConnections
.Count, _maxCount);