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