1 instantiation of Entry
ReachFramework (1)
MS\Internal\Printing\MostFrequentlyUsedCache.cs (1)
31
entry = new
Entry
(value);
5 references to Entry
ReachFramework (5)
MS\Internal\Printing\MostFrequentlyUsedCache.cs (5)
22
this._dictionary = new Dictionary<K,
Entry
>(maxEntries);
28
Entry
entry;
52
Entry
entry;
70
foreach(KeyValuePair<K,
Entry
> pair in this._dictionary)
97
private readonly IDictionary<K,
Entry
> _dictionary;