1 instantiation of Entry
ReachFramework (1)
MS\Internal\Printing\MostFrequentlyUsedCache.cs (1)
25
entry = new
Entry
(value);
5 references to Entry
ReachFramework (5)
MS\Internal\Printing\MostFrequentlyUsedCache.cs (5)
16
this._dictionary = new Dictionary<K,
Entry
>(maxEntries);
22
Entry
entry;
46
Entry
entry;
64
foreach(KeyValuePair<K,
Entry
> pair in this._dictionary)
91
private readonly IDictionary<K,
Entry
> _dictionary;