2 writes to UseCount
ReachFramework (2)
MS\Internal\Printing\MostFrequentlyUsedCache.cs (2)
46
entry.
UseCount
= 0;
56
entry.
UseCount
++;
2 references to UseCount
ReachFramework (2)
MS\Internal\Printing\MostFrequentlyUsedCache.cs (2)
72
if(pair.Value.
UseCount
< minUseCount)
74
minUseCount = pair.Value.
UseCount
;