2 writes to UseCount
ReachFramework (2)
MS\Internal\Printing\MostFrequentlyUsedCache.cs (2)
40
entry.
UseCount
= 0;
50
entry.
UseCount
++;
2 references to UseCount
ReachFramework (2)
MS\Internal\Printing\MostFrequentlyUsedCache.cs (2)
66
if(pair.Value.
UseCount
< minUseCount)
68
minUseCount = pair.Value.
UseCount
;