7 references to CacheEntry
System.ServiceModel.Internals (7)
System\Runtime\MruCache.cs (7)
13
Dictionary<TKey,
CacheEntry
> items;
16
CacheEntry
mruEntry;
42
this.items = new Dictionary<TKey,
CacheEntry
>();
46
this.items = new Dictionary<TKey,
CacheEntry
>(comparer);
83
CacheEntry
entry;
111
CacheEntry
entry;
148
CacheEntry
entry;