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