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)
146if (_generation == 0 || _hits == 0) 153_hits, _misses, (100*_hits)/(_hits+_misses), _generation); 162i, _ages[i], 100*_ages[i]/_hits, 100*cumulativeHits/_hits);