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