1 write to TrackLinkedCacheEntries
Microsoft.Extensions.Caching.Memory (1)
MemoryCache.cs (1)
83
TrackLinkedCacheEntries
= _options.TrackLinkedCacheEntries; // we store the setting now so it's consistent for entire MemoryCache lifetime
4 references to TrackLinkedCacheEntries
Microsoft.Extensions.Caching.Memory (4)
CacheEntry.cs (3)
44
if (memoryCache.
TrackLinkedCacheEntries
)
195
bool trackLinkedCacheEntries = _cache.
TrackLinkedCacheEntries
;
339
if (_cache.
TrackLinkedCacheEntries
&& Volatile.Read(ref _isDisposed))
MemoryCache.cs (1)
312
if (
TrackLinkedCacheEntries
)