Base:
property
Count
System.ServiceModel.Channels.CommunicationPool<TKey, TItem>.IdleConnectionPool.Count
4 references to Count
System.ServiceModel (4)
System\ServiceModel\Channels\IdlingCommunicationPool.cs (4)
191if (this.Count > timerThreshold) 248if (this.Count == 0) 256TItem[] connectionsCopy = new TItem[this.Count]; 278setTimer = (this.Count > 0);