6 references to Count
System.ServiceModel.Primitives (6)
System\ServiceModel\Security\TimeBoundedCache.cs (6)
77if (Count == 0 && _purgingTimer != null) 297if (Count >= Capacity) 309if (Count >= Capacity) 337if (Count >= Capacity) 341else if (_purgingMode == PurgingMode.AccessBasedPurge && DateTime.UtcNow > _nextPurgeTimeUtc && Count > _lowWaterMark) 421if (self.Count > 0 && self._purgingTimer != null)