Base:
property
Count
System.ServiceModel.Channels.CommunicationPool<TKey, TItem>.IdleConnectionPool.Count
4 references to Count
System.ServiceModel.NetFramingBase (4)
System\ServiceModel\Channels\IdlingCommunicationPool.cs (4)
174
if (
Count
> timerThreshold)
233
if (
Count
== 0)
243
TItem[] connectionsCopy = new TItem[
Count
];
265
setTimer = (
Count
> 0);