8 references to Count
System.ServiceModel (8)
System\ServiceModel\Security\NegotiationTokenAuthenticatorStateCache.cs (2)
36TD.NegotiateTokenAuthenticatorStateCacheRatio(base.Count, base.Capacity); 50TD.NegotiateTokenAuthenticatorStateCacheRatio(base.Count, base.Capacity);
System\ServiceModel\Security\TimeBoundedCache.cs (6)
93if (this.Count == 0 && this.purgingTimer != null) 313if (this.Count >= this.maxCacheItems) 326if (this.Count >= this.maxCacheItems) 354if (this.Count >= this.maxCacheItems) 358else if (this.purgingMode == PurgingMode.AccessBasedPurge && DateTime.UtcNow > this.nextPurgeTimeUtc && this.Count > this.lowWaterMark) 438if (self.Count > 0 && self.purgingTimer != null)