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