7 references to CacheEntry
dotnet-svcutil-lib (7)
FrameworkFork\System.ServiceModel\Internals\System\Runtime\MruCache.cs (7)
14private Dictionary<TKey, CacheEntry> _items; 17private CacheEntry _mruEntry; 43_items = new Dictionary<TKey, CacheEntry>(); 47_items = new Dictionary<TKey, CacheEntry>(comparer); 84CacheEntry entry; 112CacheEntry entry; 149CacheEntry entry;