5 references to Count
System.ServiceModel.Internals (5)
System\Runtime\Collections\ObjectCache.cs (5)
79
if (this.
Count
>= this.settings.CacheLimit || this.cacheItems.ContainsKey(key))
120
if (this.
Count
>= this.settings.CacheLimit)
178
if (this.idleTimeoutEnabled && this.
Count
> timerThreshold)
236
if (this.
Count
== 0)
269
setTimer = calledFromTimer && (this.
Count
> 0);