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