Base:
property
Count
System.ServiceModel.Channels.CommunicationPool<TKey, TItem>.IdleConnectionPool.Count
4 references to Count
dotnet-svcutil-lib (4)
FrameworkFork\System.ServiceModel\System\ServiceModel\Channels\IdlingCommunicationPool.cs (4)
191if (this.Count > timerThreshold) 250if (this.Count == 0) 258TItem[] connectionsCopy = new TItem[this.Count]; 280setTimer = (this.Count > 0);