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)
174if (Count > timerThreshold) 233if (Count == 0) 243TItem[] connectionsCopy = new TItem[Count]; 265setTimer = (Count > 0);