4 references to InUsage
System.Runtime.Caching (4)
System\Caching\MemoryCacheEntry.cs (1)
270if (InUsage() && _utcLastUpdateUsage < utcNow - CacheUsage.CORRELATED_REQUEST_TIMEOUT) {
System\Caching\MemoryCacheStore.cs (3)
62if (entry.InUsage()) { 87if (entry.InUsage()) { 110if (entry.InUsage() || entry.SlidingExp > TimeSpan.Zero) {