2 writes to UseCount
ReachFramework (2)
MS\Internal\Printing\MostFrequentlyUsedCache.cs (2)
39
entry.
UseCount
= 0;
49
entry.
UseCount
++;
2 references to UseCount
ReachFramework (2)
MS\Internal\Printing\MostFrequentlyUsedCache.cs (2)
65
if(pair.Value.
UseCount
< minUseCount)
67
minUseCount = pair.Value.
UseCount
;