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