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