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