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