1 write to TrackLinkedCacheEntries
Microsoft.Extensions.Caching.Memory (1)
MemoryCache.cs (1)
83TrackLinkedCacheEntries = _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)
44if (memoryCache.TrackLinkedCacheEntries) 195bool trackLinkedCacheEntries = _cache.TrackLinkedCacheEntries; 339if (_cache.TrackLinkedCacheEntries && Volatile.Read(ref _isDisposed))
MemoryCache.cs (1)
312if (TrackLinkedCacheEntries)