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