4 references to InUsage
System.Runtime.Caching (4)
System\Runtime\Caching\MemoryCacheEntry.cs (1)
324if (InUsage() && _utcLastUpdateUsage < utcNow - CacheUsage.CORRELATED_REQUEST_TIMEOUT)
System\Runtime\Caching\MemoryCacheStore.cs (3)
77if (entry.InUsage()) 107if (entry.InUsage()) 135if (entry.InUsage() || entry.SlidingExp > TimeSpan.Zero)