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)
191
if (this.
Count
> timerThreshold)
250
if (this.
Count
== 0)
258
TItem[] connectionsCopy = new TItem[this.
Count
];
280
setTimer = (this.
Count
> 0);