1 write to _maxEntries
ReachFramework (1)
MS\Internal\Printing\MostFrequentlyUsedCache.cs (1)
23this._maxEntries = maxEntries;
2 references to _maxEntries
ReachFramework (2)
MS\Internal\Printing\MostFrequentlyUsedCache.cs (2)
34while(this._dictionary.Count >= this._maxEntries) 39Debug.Assert(this._dictionary.Count <= this._maxEntries);