8 references to CacheEntry
System.ServiceModel.Primitives (8)
Internals\System\Runtime\MruCache.cs (8)
15private Dictionary<TKey, CacheEntry> _items; 18private CacheEntry _mruEntry; 61_items = new Dictionary<TKey, CacheEntry>(); 65_items = new Dictionary<TKey, CacheEntry>(comparer); 106CacheEntry entry; 133foreach (CacheEntry cacheEntry in _items.Values) 163CacheEntry entry; 202CacheEntry entry;