1 write to _hits
PresentationFramework (1)
MS\Internal\Data\AccessorTable.cs (1)
71
++
_hits
;
6 references to _hits
PresentationFramework (6)
MS\Internal\Data\AccessorTable.cs (6)
138
if (_generation == 0 ||
_hits
== 0)
145
_hits
, _misses, (100*
_hits
)/(
_hits
+_misses), _generation);
154
i, _ages[i], 100*_ages[i]/
_hits
, 100*cumulativeHits/
_hits
);