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