6 references to Count
dotnet-svcutil-lib (6)
FrameworkFork\System.ServiceModel\System\ServiceModel\Security\TimeBoundedCache.cs (6)
90
if (this.
Count
== 0 && _purgingTimer != null)
310
if (this.
Count
>= _maxCacheItems)
322
if (this.
Count
>= _maxCacheItems)
350
if (this.
Count
>= _maxCacheItems)
354
else if (_purgingMode == PurgingMode.AccessBasedPurge && DateTime.UtcNow > _nextPurgeTimeUtc && this.
Count
> _lowWaterMark)
434
if (self.
Count
> 0 && self._purgingTimer != null)