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)
76if (entry.InUsage()) 106if (entry.InUsage()) 134if (entry.InUsage() || entry.SlidingExp > TimeSpan.Zero)