1 write to _maxCount
System.ServiceModel.NetFramingBase (1)
System\ServiceModel\Channels\ConnectionPool.cs (1)
553
_maxCount
= maxCount;
3 references to _maxCount
System.ServiceModel.NetFramingBase (3)
System\ServiceModel\Channels\ConnectionPool.cs (3)
579
WcfEventSource.Instance.MaxOutboundConnectionsPerEndpointExceeded(SR.Format(SR.TraceCodeConnectionPoolMaxOutboundConnectionsPerEndpointQuotaReached,
_maxCount
));
584
WcfEventSource.Instance.OutboundConnectionsPerEndpointRatio(_idleConnections.Count,
_maxCount
);
596
WcfEventSource.Instance.OutboundConnectionsPerEndpointRatio(_idleConnections.Count,
_maxCount
);